Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concrete5-tmblocks-default

This packages provides some default blocks using https://github.com/farion/concrete5-tmblocks

1 Installation

  1. Go to your concrete5 root directory (using a cli interface)
  2. If you not yet have installed composer do it now: curl -sS https://getcomposer.org/installer | php
  3. Add the following to your composer.json
{
  ...
  "repositories": [
    ...
    {
      "url": "https://github.com/farion/concrete5-tmblocks-default",
      "type": "git"
    }
  ],
  "require": {
    ...
    "farion/tmblocks-default": "@dev"
  },
  ...
}
  1. run composer install (or php composer.phar install)

2 Notes

While these blocks working basically, they are thought as examples. In general the blocks produce HTML showing the appropriate content. But no CSS or JS is provided and left for you to add.

About

Default blocks using concrete5-tmblocks

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages