carbon / backenddocument
A small Fusion prototype to create nice only-backend documents
Fund package maintenance!
jonnitto
www.paypal.me/Jonnitto/20eur
Installs: 9 077
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 1
Language:JavaScript
Type:neos-carbon
Requires
- carbon/eel: ^1.13 || ^2.0
- neos/fusion-afx: ^7.0 || ^8.0
- neos/neos: ^7.0 || ^8.0
- sitegeist/slipstream: ^2.0
This package is auto-updated.
Last update: 2024-10-17 23:18:58 UTC
README
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 fieldproperty
: the name of the propertyvalue
: 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.