-
Notifications
You must be signed in to change notification settings - Fork 11
Home
BEdita Manager (aka BEM, or Manager) is the official Web application for BEdita API.
This page contains BEM install, build and setup informations.
You can create project via composer
or download a release archive file.
To create project via composer
:
composer create-project bedita/manager
This will create a new manager
folder and install composer dependencies.
To create project from a release archive file, you choose the archive from the Manager Releases and download .zip or .tar.gz release file.
Unpack it and then run composer install
.
Build JS/CSS bundles with yarn
yarn
yarn build-plugins
yarn build
Every module can have a configuration; you can edit it as explained in Modules configuration.
Module access can be set by role. Look at AccessControl - Module access by role.
You can edit properties display configuration to change the properties organization in templates. For more details, see Properties display.
A BEM instance can use multiple APIs (Projects). How? see Multi project.