arsors/globalcontent

Last activity 02 Nov 2023 2 301
composer require arsors/globalcontent

A NEOS extension package which adds a new page document type. It allows you to create global content and read it everywhere from fusion.

No released version found

Readme excerpt

Arsors.GlobalContent

A NEOS extension package which adds a new page document type. It allows you to create global content and read it everywhere from fusion.

Install

Drop composer require arsors/globalcontent in your NEOS Project.

Setup single global content page
  • Create a NodeTypes.GlobalContent.yaml in your site package configuration folder.
  • Fill into NodeTypes.GlobalContent.yaml and adjust:
'Arsors.GlobalContent:GlobalContent': ui: inspector: groups: default: label: 'General' collapsed: true icon: 'globe' # Use fontawesome icon titles (without icon- prefix) anotherGroup: label: '…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.