carbon/backenddocument

A small Fusion prototype to create nice only-backend documents

Installs: 8 019

Dependents: 3

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 1

Language:JavaScript

Type:neos-carbon

5.6.3 2022-09-04 15:54 UTC

README

Latest stable version Total downloads License GitHub forks GitHub stars GitHub watchers

Carbon.BackendDocument Package for Neos CMS

Two small Fusion prototypes to create nice only-backend documents.

Installation

Carbon.BackendDocument is available via packagist.
Run the following command in your site package

composer require --no-update carbon/backenddocument

Then run composer update in your project root.

Usage of Carbon.BackendDocument:Document

Usage of Carbon.BackendDocument:Editable

If you use this prototype on a regular document, the editor has the default styling from Neos.Neos:Editable. If you use it on Carbon.BackendDocument:Document, the editor gets the look of an inspector field.

If a value gets updated, a Javascript event with the name Carbon.BackendDocument:Editable gets fired. This event has the following details:

  • element: the input/textarea/select field
  • property: the name of the property
  • value: The value of the property

Be aware! If one element on a document has set includeCSS to true, this get's included for the whole document.

Types