Anchor | ||||
---|---|---|---|---|
|
In This
...
Topic
Table of Contents | ||
---|---|---|
|
...
Default Licensing
Licensing in XperienCentral is applied on the component level, therefore a plugin can contain many components, each of which has a different license. The components contained by the plugin are active or inactive depending on whether the appropriate license is available for the installation in which the plugin is deployed.
...
Code Block | ||
---|---|---|
| ||
new ElementComponentDefinitionImpl(false); new PanelComponentDefinitionImpl(false); new MediaItemComponentDefinitionImpl(false, CustomMediaItemVersionImpl.class); new FormComponentDefinitionImpl(false); new PresentationComponentDefinitionImpl(false); |
...
License a Component
To license a component, you must do two things:
...
Note |
---|
A Service component type is always unlicensed. |