Developer plugin for rapid prototyping of custom section types. Simple section types can be built even without PHP and JS skills, using the 'universal editor' and {{value}} placeholders. Current version 1.0b2
See also Typesetter Home, Typesetter on GitHub
- Typesetter CMS 5.0+
Until the plugin is released on typesettercms.com, you need to download and install it manually:
-
Download the master ZIP Archive
-
Upload the extracted folder 'CustomSections-master' to your server into the /addons directory
-
Install using Typesetter's Admin Toolbox -> Plugins -> Manage -> Available -> Custom Sections
Demo section type "Shop Item" using the universal editor component.
These control types are ready to be used in 'universal editor'
Custom Sections is a developer/designer plugin. To make use of it, you will need to have at least basic coding skills, namely HTML and CSS. You won't necessarily have to know much about PHP or JavaScript but you must not produce syntax errors (such as missing quotes, brackets, etc.) when building upon the demo types. Required coding skills grow with the complexity of things you're planning to do. The bundled section types, whichever they might eventually be, are merely meant as examples and they certainly won't be of any practical use unless you figure out how to adapt them. We will subsequently try to make the plugin as fail-safe as possible and to provide decent documentation. For the time being (beta stage) some parts will be hard to understand and are subject to change. So, to come to the point, if you're not into coding at all, this one is not for you.
Building own section types normally requires in-depht knowledge of Typesetter CMS. This plugin will make things way easier, but it still hooks into the CMS at a rather low level. This implicates that Typesetter will not be able to catch and report all errors like it can do on higher levels. Especially errors in the editor components, which are 'AJAXed', can be really tricky to debug. When you start creating your own section types using this plugin, frequent testing is a good idea.
GPL License, same as Typesetter CMS. For bundled thirdparty components see the respective subdirectories.