Custom Blocks and Regions. - Libbna/CUSTOM-CMS GitHub Wiki

  • The objective of this feature is to allow users to add custom blocks to the site and also place these custom blocks in a specific region.
  • So this entire feature is divided in 2 checkpoints -
  1. Creating the custom blocks.
  2. Creating the regions.

1. Creating the custom block.

  • The implementation of creating a custom block is divided into three parts, each handled by an individual contributor.
    • Libbna - Working on models i.e. to create database queries which will interact with the database.
    • Vivek - Working on views i.e. to create templates to display custom block form and information.
    • Ruturaj - Working on controllers i.e. to create a function that handles the interaction between views and models.

2. Creating the regions.

  • Creating a regions and placing blocks in those regions is bit of a tricky part.
  • To figure out the solution for this, a little more research and development is required which is in progress.