Skip to content

ingoj/UdfEditor

 
 

Repository files navigation

RepositoryObject Plugin - UdfEditor

Requirements

Component Version(s) Link
PHP PHP
ILIAS ILIAS

Table of contents


Installation

  1. Clone this repository to Customizing/global/plugins/Services/Repository/RepositoryObject/UdfEditor

  2. Install the Composer dependencies

    cd Customizing/global/plugins/Services/Repository/RepositoryObject/UdfEditor
    composer install --no-dev

    Developers MUST omit the --no-dev argument.

  3. Login to ILIAS with an administrator account (e.g. root)

  4. Select Plugins in Extending ILIAS inside the Administration main menu.

  5. Search for the UdfEditor plugin in the list of plugin and choose Install from the Actions drop-down.

  6. Choose Activate from the Actions dropdown.

ILIAS 7 core ilCtrl patch

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

Install CascadingSelect plugin (optional)

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

Usage

ToDo

About

ILIAS UDFEditor Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.0%
  • JavaScript 3.1%
  • CSS 1.1%
  • HTML 0.8%