Skip to content

ILIAS UDFEditor Plugin

DatabayAG/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 public/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.

Install CascadingSelect plugin (optional)

Start at your ILIAS root directory

mkdir -p public/Customizing/global/plugins/Services/User/UDFDefinition
cd public/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 97.1%
  • JavaScript 1.2%
  • Other 1.7%