airfleet-views-plugin
Release 0.3.0
Views can now have a prefix and various components and templates were added or registered.
View full changelog
Added
- Added components registration
- Added custom page templates registration
- Added WordPress hierarchy templates registration
- Added view helper $_in_block_editor: check if inside the block editor
- Added view helper $_reusable_block: render a reusable block
- Added view helper $_asset_url: get the compiled URL to an asset
- Added view helper $_attrs: render attributes for HTML element
- Added view helper $_data_attrs: render data attributes for HTML element
Changed
- Views can now have a prefix. Prefix can be passed in filter "airfleet/views/config"