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.

v1.0.0

Homepage
https://github.com/arsors/GlobalContent
Version
v1.0.0
Type
neos-package
Release Date
Apr 28, 2020 11:52
Source
git
Distribution
zip
Requires
  • neos/flow: *
MIT
  • #extension
  • #content
  • #global
  • #neos
  • #arsors
  • #globalcontent
e353a8941f88253a058205f17bb9ade57afa8178

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.