Flex Editor
Step plugin for the dynamic customisation of data entry masks for metadata
Last updated
Step plugin for the dynamic customisation of data entry masks for metadata
Last updated
Name | Wert |
---|---|
Identifier | intranda_step_flex_editor |
Repository | |
Licence | GPL 2.0 or newer |
Last change | 04.09.2024 09:22:13 |
This plugin enables dynamic customization of the user interface, allowing specific metadata management requirements to be efficiently implemented.
This plugin is delivered as a tar archive. To install it, the archive plugin_intranda_step_flex-editor.tar
must be extracted into the Goobi directory:
This plugin also comes with a configuration file named plugin_intranda_step_flex-editor.xml
. It must be placed in the following path:
To use the plugin, it must be selected in a workflow step:
The Flex Editor for Goobi Workflow allows flexible customization of the metadata input interface. Through an XML configuration file, you can define how metadata fields are organized and displayed in columns and boxes. Various field types, such as text fields, checkboxes, and dropdowns, provide different input options.
The plugin is configured using the file plugin_intranda_step_flex-editor.xml
as shown here:
The <config>
block can occur repeatedly for different projects or work steps in order to be able to perform different actions within different workflows. The other parameters within this configuration file have the following meanings:
Parameter | Explanation |
---|---|
| This parameter defines which project the current block |
| This parameter controls which work steps the |
In addition to these general parameters, the following parameters are available for further configuration:
The configuration file describes the structure of the user interface as seen in Goobi. The configuration consists of multiple <column>
elements, each representing a column in the interface. Within the <column>
elements, there are <box>
elements that group multiple metadata fields into a box within the interface. Inside the <box>
elements are <field>
elements, representing a metadata field in the process. The <field>
elements can have different types, giving them specific functionality in the user interface:
Parameter | Explanation |
---|---|
| A single-line input field used for capturing simple text inputs. A metadata type must also be specified. |
| A multi-line input field. Specifying a metadata type is also required. |
| A checkbox used for yes/no decisions or binary options. A metadata type must also be specified. |
| A dropdown menu with values sourced from the predefined vocabulary. In addition to the metadata type, the name of the vocabulary to be used must be specified. |
| Creates a metadata group that includes multiple fields. These fields can also be sourced from vocabularies. The field is repeatable and can use multiple vocabularies. |