Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top

In This

...

Topic

Table of Contents
maxLevel2

 

...

 

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
themeEclipse
new ElementComponentDefinitionImpl(false);
new PanelComponentDefinitionImpl(false);
new MediaItemComponentDefinitionImpl(false, CustomMediaItemVersionImpl.class);
new FormComponentDefinitionImpl(false);
new PresentationComponentDefinitionImpl(false);

 

Back to Top

 

...

License a Component

To license a component, you must do two things:

...

Note

A Service component type is always unlicensed.