Skip to content

Instantly share code, notes, and snippets.

@pietschy
pietschy / BlockViewTemplate.php
Last active December 27, 2015 00:58
Initial ideas to improve BlockViewTemplates.
<?php
defined('C5_EXECUTE') or die("Access Denied.");
/**
* An object that represents a block's template, whether it's built-in, or custom.
*
* Summary of functional issues:
* - Currently only custom templates can be overridden by packages, it's not possible for a
* packaged theme to override root/blocks/<block_handle>/view.php.
* - While packages can override custom templates, the search order is arbitrary.
*