Tailor Starter Documentation
Get ThemeOctober CMS DocsGitHub
  • Getting Started
  • Pages
    • Blocks
      • Hero Section
      • Section
        • Advanced Tab
        • Content Column
        • Buttons Column
        • Image Column
        • Posts Column
        • Events Column
        • Products Column
        • FAQs Column
        • Form Column
        • Search Column
      • Posts Section
      • Events Section
      • Products Section
      • Form Section
      • FAQs Section
      • Search Section
      • Creating Blocks
      • Editing Blocks
  • Menus
    • Main Menu
    • Secondary Menu
    • Social Menu
  • Blog
    • Posts
    • Authors
    • Categories
  • Events
  • Shop
    • Products
    • Product Categories
    • Product Properties
    • Orders
    • Cart
  • FAQs
  • Forms
    • Submissions
  • Search
  • Icons
  • Settings
  • Editing Blueprint Files
  • Seed Data
Powered by GitBook
On this page
  • Introduction
  • General Block Structure
  • Section Blocks
  • Column Blocks
  • File Structure (mixins Folder)
  • Block Types
  • Section Blocks
  • Colum Blocks
Edit on GitHub
  1. Pages

Blocks

PreviousPagesNextHero Section

Last updated 2 years ago

Introduction

Blocks are a cluster of blueprint mixins that make up the builder part of the .

General Block Structure

There are two general types of blocks. Section and Columns.

Section Blocks

The section blocks are top level blocks that you can add to any Dynamic Page. They display information in a <section> , <header>, or <article> depending on your settings.

Column Blocks

The Column blocks are carbon copies of the Section blocks except they include a section for configurable columns. They work exactly like the Section blocks, but are wrapped in a . The column width is configurable and based on a 12 column grid They only exist in Section blocks. They also have as well

File Structure (mixins Folder)

Below is a file structure with annotations to explain what each block blueprint file does:

Note: This does not include the entire mixins file structure. To see the the structure

builder/
┣ blog/
┃ ┣ 
┃ ┣ 
┃ ┗ 
┣ buttons/
┃ ┗ 
┣ events/
┃ ┣ 
┃ ┣ 
┃ ┗ 
┣ form/
┃ ┣ 
┃ ┗ 
┣ general_options/
┃ ┣ 
┃ ┣ 
┃ ┣ 
┃ ┣ 
┃ ┣ 
┃ ┗ 
┣ hero/
┃ ┗ 
┣ products/
┃ ┣ 
┃ ┣ 
┃ ┗ 
┣ search/
┃ ┣ 
┃ ┣ 
┃ ┗ 
┣ section/
┃ ┗ 
┣ 
┗ 

Block Types

Section Blocks

The Section block types are as follows:

Colum Blocks

The Column block types are as follows:

Hero
Section
Posts
Events
Products
Form
Search
Content
Buttons
Image
Posts
Events
Products
Forms
Search
Advanced Tab
Bootstrap Column
Advanced Settings
head here
Dynamic Pages