Skip to content

dynamic/dynamic-blocks

Folders and files

NameName
Last commit message
Last commit date
Jul 13, 2017
Feb 5, 2017
Jul 13, 2017
Jul 13, 2017
May 5, 2017
Jul 13, 2017
Mar 10, 2017
Sep 27, 2016
Sep 27, 2016
Sep 22, 2016
Sep 27, 2016
Jul 13, 2017
Feb 5, 2017
Sep 22, 2016
Sep 22, 2016
Jul 13, 2017
Sep 22, 2016
May 8, 2018
Jul 13, 2017

Repository files navigation

dynamic-blocks

Build Status Scrutinizer Code Quality Code Coverage codecov

A collection of blocks for the SilverStripe Blocks module:

  • Accordion
  • Call To Action
  • Child Pages
  • Customer Service (map and contact info)
  • Email Newsletter Signup
  • Embedded Content
  • Form (requires silverstripe/userforms)
  • Image
  • Page Sections
  • Photo Gallery
  • Promos
  • Recent Blog Posts (requires silverstripe/blog)
  • Slideshow

Requirements

  • SilverStripe ^4.0

Installation

composer require dynamic/dynamic-blocks

Example usage

Dynamic Blocks uses micschk/silverstripe-groupable-gridfield to enhance the CMS interface.

Dynamic Blocks CMS

All blocks are available in the CMS by default. To exclude certain blocks in a project, do the following in your config.yml:

BlockManager:
  disabled_blocks:
    - AccordionBlock
    - ChildPagesBlock