carbon / backenddocument
A small Fusion prototype to create nice only-backend documents
Fund package maintenance!
jonnitto
www.paypal.me/Jonnitto/20eur
Installs: 1 820
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Language:CSS
Type:neos-carbon
Requires
- neos/fusion-afx: ^7.0
- neos/neos: ^7.0
README
Carbon.BackendDocument Package for Neos CMS
A small Fusion prototype to create nice only-backend documents.
Installation
Carbon.BackendDocument
is available via packagist. Add "carbon/backenddocument" : "^1.0"
to the require section of your composer.json or run composer require carbon/backenddocument
.
Usage of Carbon.BackendDocument:Document
Property | Default value | Description |
---|---|---|
singleline |
true |
If you want to have a non-centric design, set this to false |
content |
null |
The content to show |
style |
null |
Add additional style to the document |
title |
${q(node).property('title')} |
The title of the document |
namespace |
carbon-backend |
The namespace for the css class |
javascripts |
null |
Add javscript to the document. Please provide also a script tag. |
frontendRedirect.node |
${q(documentNode).parent().get(0)} |
The node where the user get redirected in the frontend. |
frontendRedirect.statusCode |
301 |
The status code for the redirection |
License
Licensed under MIT, see LICENSE