litefyr / templates
Add templates to Litefyr for faster generation of pages
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:neos-litefyr
Requires
- carbon/backenddocument: ^5.2
- carbon/notification: ^2.1
- flowpack/nodetemplates: ^1.2
- litefyr/integration: 0.4.1
- neos/neos: *
- tms/select: ^1.4
README
This package generates a template folder, where you can create templates for various pages. If an editor create a page, he can choose which template he want to use and all content elements get copied into the new page. Demo
Installation
This package is available via packagist. Run composer require litefyr/templates --no-update
in your
Litefyr.Distribution
package. After that, run composer update
in your root directory.
In order to work correctly you'll need a working Litefyr instance running. Here you'll find the basis Distribution