Component | Version(s) | Link |
---|---|---|
PHP | PHP | |
ILIAS | ILIAS |
-
Clone this repository to Customizing/global/plugins/Services/Repository/RepositoryObject/UdfEditor
-
Install the Composer dependencies
cd Customizing/global/plugins/Services/Repository/RepositoryObject/UdfEditor composer install --no-dev
Developers MUST omit the
--no-dev
argument. -
Login to ILIAS with an administrator account (e.g. root)
-
Select Plugins in Extending ILIAS inside the Administration main menu.
-
Search for the UdfEditor plugin in the list of plugin and choose Install from the Actions drop-down.
-
Choose Activate from the Actions dropdown.
For make this plugin work with ilCtrl in ILIAS 7, you may need to patch the core, before you update the plugin (At your own risk)
Start at the plugin directory
./vendor/srag/dic/bin/ilias7_core_apply_ilctrl_patch.sh
Start at your ILIAS root directory
mkdir -p Customizing/global/plugins/Services/User/UDFDefinition
cd Customizing/global/plugins/Services/User/UDFDefinition
git clone https://github.com/leifos-gmbh/CascadingSelect.git CascadingSelect
ToDo