Version 2.0
What it does
This plugin adds features that demonstrate some features to the Xeditor configuration. For example, a user switch which, enables switching between users for Changetracking testing, will be added.
Installation
First you have to switch into your project location using the command line.
cd path/to/your/project
Then you can install the plugin as follows:
npm install @xeditor/plugin-demofeatures --save --registry https://npm.xeditor.com:4873
Configuration
The default configuration of the plugin looks like this:
{
pluginId: 'demofeatures',
ptype: 'uxxeditordemofeatures'
}
It should be placed in your plugin configuration file (plugins.js as default).
API
The API for the plugin can be found here: demofeatures plugin API
Changelog
v2.0.0
Changes
- renamed author properties as renamed in core
- adjusted override of getAuthorClassIndex from ct to core