This is an datacollection field type example plugin.
Before installing the plugin ensure all requirements are given.
- Clone this repository to ILIAS_ROOT/public/Customizing/global/plugins/Modules/DataCollection/FieldTypeHook
- Enter the ILIAS repository and do composer install
- Login to ILIAS with an administrator account (e.g. root)
- Select Plugins in Extending ILIAS inside the Administration main menu
- Search for the FieldTypeHookExample plugin in the list of plugin and choose Install and then Activate from the * Actions* drop down
After the installation you can select the field type for a new fields inside a DataCollection.
- Enter or create a DataCollection in the repository
- Enter the tab Tables
- Select a table
- Click Add New Field
- Select the new type inside the selection Datatype
- Enter a Title and click Create field
On a new entry creation the field can now be filled with plugin specific data. In the case of the example plugin this is just a checkbox/boolean value.
None
None
None