Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Files

Latest commit

 

History

History
10 lines (9 loc) · 530 Bytes

Simplest-block.md

File metadata and controls

10 lines (9 loc) · 530 Bytes

Steps to create the simplest block:

  1. Create block file in blocks with name block.{block_name_here}.php
  2. Add some HTML content or PHP code with direct output through echo, print(), etc.
  3. Go to Administration >> Components >> Blocks
  4. Click Add block
  5. Select created block in Block type, specify block title, click Save
  6. Drag block to desired place, click Save
  7. Block with content will appear on selected place of web-site
  8. That's it! You have created block for CleverStyle Framework