Download the PHP package nblum/silverstripe-flexible-content without Composer
On this page you can find all versions of the php package nblum/silverstripe-flexible-content. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nblum/silverstripe-flexible-content
More information about nblum/silverstripe-flexible-content
Files in nblum/silverstripe-flexible-content
Package silverstripe-flexible-content
Short Description Pages based on data objects for better content structure
License MIT
Informations about the package silverstripe-flexible-content
silverstripe-flexible-content
Content pages based on data objects for better content structure
Features
- Supports draft/publish state
- Drag n drop reordering
- Copy & Paste
- Black/white listing of block types
Disregards
- Same content element on different pages
Difference to SilverStripe Blocks
Silverstripe Blocks has more features like block sets, forms ,... But the ui of Flexible-Content is more simple and easier to understand and use for non technical users.
Installation
For a basic set of content element you may install the elements-package:
-
Create a page template in your theme and add
- Run
- Change the Page type to "Content Page" of every page you like
Configuration
Edit your config.yml file and add the following lines. This is the default config and only necessary if changes are neede
Custom Content Elements
Create a class which extends the ContentElement class or any other existing content element.
And provide a include template file with the same name
For more examples have a look at the elements-package
All versions of silverstripe-flexible-content with dependencies
silverstripe-australia/gridfieldextensions Version ^1.0
heyday/silverstripe-versioneddataobjects Version ^2.0