Bridgeline Digital Logo
Menu

OrchestraCMS Lightning Components

OrchestraCMS includes Lightning components that can be used to surface OrchestraCMS content.  This is done by adding the components to pages in Salesforce Community Builder or within the Salesforce Lightning Experience.  

The OrchestraCMS Lightning components provide developers with extension points that can be used to customize the behaviour of these components and the content they load.

  • Additional CSS classes for the markup that wraps the component
  • Override Static Resources to use for additional CSS styling
  • Replace the markup of the component using a Lightning component
  • Replace the markup of menu items in the taxonomy menu
  • Replace the markup of an inline loader
  • Change the functionality of a component using an Apex class
  • Modify the content returned by the component by adding additional information
 
There are special considerations for content templates that are being designed specifically for use with the Lightning components.  The markup generation and content editor can be handled natively for any content template built using the Content Template Creator; or developers can build their own renderers and editors using Lightning components.

The listed elements available to developers can be found in your Salesforce Org under https://<<Salesforce Lightning URL>>/docs/component-library/overview/components under the cms namespace.