pixelneat / silverstripe-content-blocks
Accessories for SilverStripe Blocks module
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Type:silverstripe-module
Requires
- php: >=5.3.3
- bummzack/sortablefile: ^1.2
- sheadawson/silverstripe-blocks: ^1.1
- silverstripe/display-logic: ^1.5
This package is not auto-updated.
Last update: 2025-03-30 04:43:23 UTC
README
Accessories for Blocks module. This repository are always up-to-date with new features of blocks.
Blocks includes
-
Content Image - block can store multiple images with sortable feature, but it required to have SortableUploadField dependency installed. Also have a nice feature like to choose the template for your layout.
- Features
- Upload many images with sorting each ones
- Choose a template for layout
- Features
-
Google Maps - block with interactive google maps at the CMS. Can be set multiple markers, detecting zoom and position coordinates. Can be set global marker image or each marker individually.
- Features
- Set a global marker image or individually for each marker object
- Interactive set a google maps position (zoom level, coordinates)
- Delete or add new markers
- Features
-
Slider - block of slider which hold different types (video, image slider types).
-
Video - block of video. In this video block can be added Vimeo, Youtube URL links, or upload your own video to the server.
Global usage
- If you did not want one of those accessory blocks, simple set the blocks configuration
BlockManager: themes: YourTheme: disabled_blocks: - BaseBlock # this should be always set - ContentImageBlock # this extra block to be hidden
Contributing
To contributing a module read here for compliance with the rules and understand how it's working. If you have any questions, feel free to ask maintainer of Donatas donatas@navidonskis.com.
TODO
- Each class should be in namespace, but waiting when silverstripe-gridfieldextensions their support the namespace'd class'es when creating a new block.