MODULES

Content blocks

Manage individual content areas without editing the HTML template.

Back to modules
Included with the systemNo separate catalog listing at present
FoxCoreCMS
01 / FOXCORECMS

Overview

What it does

Connect blocks to template placeholders so an introduction, call to action, or footer copy can be edited in the admin panel.

Where it helps

Use them for content that does not need a full page but should remain easy for editors to change.

Example from the demo template

This is a real placeholder from the FoXBuilder design. The system fills it with module output or current-page data; configurable instance labels are set in the admin panel.

<section>[#home_services#]</section>
02 / FOXCORECMS

Where it helps

Unique page regions such as an intro, services, a call to action, or footer.

03 / FOXBUILDER

FoXBuilder demo example

The home-page services block is edited in the admin panel and positioned by the HTML template.

How to build it

  1. Create a module instance and choose its HTML template.
  2. Place [#home_services#] in the page template and bind the instance.
  3. Fill in content in the required languages.
  4. Open the demo page and check the result.

Template code

modules/content_blocks/templates/default.html

<div class="content-block">%content%</div>

Page-template label

[#home_services#]