devsrealm / tonics-template-system-extension-bundle
Custom Bundle Extension (Custom Tokenizers) for Tonics Template System
1.0.1
2025-03-21 07:28 UTC
Requires
README
The Tonics Template System Extension Bundle is a custom bundle extension for the Tonics Template System. It provides additional functionality, including custom tokenizers and renderers, to enhance the template system's capabilities.
Features
- Custom tokenizers for parsing custom template tags
- Custom renderers for rendering custom template tags
- Integration with the Tonics Template System.
Extensions
- Conditional: Parses conditional template tags (Can be used to create if condition or render content based on a condition)
- Loop: Parses loop template tags (Can be used to loop through a list of items and render content for each item)
- SimpleShortCode: Parses simple shortcodes (Can be used to create simple shortcodes with attributes), similar to WordPress shortcodes
Installation
To install the Tonics Template System Extension Bundle, follow these steps:
composer require devsrealm/tonics-template-system-extension-bundle
Usage
...to be continued