https://github.com/esmero/webform_strawberryfield
Provides Webform integrations to feed a field of Strawberries. Mr. Wizard of WebOz
https://github.com/esmero/webform_strawberryfield
activity-stream drupal-8 metadata webform
Last synced: over 1 year ago
JSON representation
Provides Webform integrations to feed a field of Strawberries. Mr. Wizard of WebOz
- Host: GitHub
- URL: https://github.com/esmero/webform_strawberryfield
- Owner: esmero
- License: lgpl-3.0
- Created: 2018-10-10T04:40:25.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T20:47:42.000Z (over 1 year ago)
- Last Synced: 2025-04-13T00:47:45.937Z (over 1 year ago)
- Topics: activity-stream, drupal-8, metadata, webform
- Language: PHP
- Homepage:
- Size: 688 KB
- Stars: 2
- Watchers: 12
- Forks: 6
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webform Strawberry Field
A module that provides Drupal 8/9 Webform ( == awesome piece of code) integrations for StrawberryField so you can really have control over your Metadata ingests. This is part of the Archipelago Commons Project.
# Setup
This module provides many LoD Autocomplete suggester Webform Elements, but only *The Europeana Entity Suggester* for now requires you to provide an `APIKEY`.
To be able to use the Europeana Suggester edit your Drupal `settings.php` file (located normally in `web/sites/default/settings.php`) and add the following line:
```PHP
$settings['webform_strawberryfield.europeana_entity_apikey'] = 'thekey';
```
Save and clear caches.
In its current state the Europeana Entity API (Alpha 0.10.3) as of December 2021 uses a static APIKEY (not the same as other APIs) and can be requested at https://pro.europeana.eu/page/get-api
If using https://github.com/esmero/archipelago-deployment this is not needed and a stub one be provided by the deployment.
Please read the Terms of Use: https://www.europeana.eu/en/rights/api-terms-of-use
## Help
Having issues with this module? Check out the Archipelago Commons google groups for tech + emotional support + updates.
* [Archipelago Commons](https://groups.google.com/forum/#!forum/archipelago-commons)
## Demo
* archipelago.nyc (http://archipelago.nyc)
## Caring & Coding + Fixing
* [Diego Pino](https://github.com/DiegoPino)
* [Giancarlo Birello](https://github.com/giancarlobi)
* [Allison Lund](https://github.com/alliomeria)
## Acknowledgments
This software is a [Metropolitan New York Library Council](https://metro.org) Open-Source initiative and part of the Archipelago Commons project.
## License
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)