-
Task
-
Resolution: Fixed
-
Must have
-
None
-
Blocks (all)
NROs want to be able to overide the default twig templates of the plugin-blocks with twig templates they will add to their child themes.
Task: Create the needed functionality in the Plugin Blocks, that will be doing the following:
a) Before loading a twig template for a block (any .twid file in the /includes/blocks/ directory) check to see if a file with the same name exists in the directory
wp-content/themes/ACTIVE_CHILD_THEME/plugins/planet4-plugin-blocks/includes/blocks/ )
b) If a file exists, use that one instead.