Closed schmoove closed 7 years ago
An important addendum to the article on creating new tag blocks: https://github.com/harrydeluxe/php-liquid/wiki/Liquid-for-programmers
You have to add a key for any newly created tag class to the $_coreClasses array: eg: 'LiquidTagForm' => '/Liquid/Tag/LiquidTagForm.class.php' Or it won't get picked up by the parser.
'LiquidTagForm' => '/Liquid/Tag/LiquidTagForm.class.php'
An important addendum to the article on creating new tag blocks: https://github.com/harrydeluxe/php-liquid/wiki/Liquid-for-programmers
You have to add a key for any newly created tag class to the $_coreClasses array: eg:
'LiquidTagForm' => '/Liquid/Tag/LiquidTagForm.class.php'
Or it won't get picked up by the parser.