arsors/globalcontent

Letzte Aktivität 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.

dev-master

Version
dev-master
Type
neos-plugin
Release Date
Jul 11, 2020 13:02
Source
git
Distribution
zip
Requires
  • neos/flow: ^4.0
  • neos/neos: ^3.0
  • sentry/sentry: ^1.9
GPL-3.0+ bfdec909770a89a2819a6f09ea072d1cc97310dd

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.