Download the PHP package roots/acorn-fse-helper without Composer
On this page you can find all versions of the php package roots/acorn-fse-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download roots/acorn-fse-helper
More information about roots/acorn-fse-helper
Files in roots/acorn-fse-helper
Package acorn-fse-helper
Short Description Bootstrap FSE support in Acorn-based WordPress themes.
License MIT
Informations about the package acorn-fse-helper
Acorn FSE Helper
Acorn FSE Helper provides an easy way to initialize and work with block templates in themes powered by Acorn.
Support us
Roots is an independent open source org, supported only by developers like you. Your sponsorship funds WP Packages and the entire Roots ecosystem, and keeps them independent. Support us by purchasing Radicle or sponsoring us on GitHub — sponsors get access to our private Discord.
Requirements
Installation
Install via Composer:
Getting Started
Once installed, begin by initializing full-site editing in your theme using Acorn's CLI:
Initializing ensures your current activated theme supports block-templates as well as provides you with the option to publish initial stubs to get started with.
Usage
Once initialized, any block templates located in templates/ will be given priority over existing Blade views.
Blade Directives
To assist with hybrid theme development, Acorn FSE Helper includes a few useful Blade directives out of the box for working with blocks inside of views.
@blocks
The @blocks directive allows you to render raw block markup inside of a view using do_blocks():
@blockpart
The @blockpart directive provides a convenient way to render block template parts inside of your views using block_template_part():
To render multiple template parts at once, you may pass an array in the order you wish them to be rendered in:
Vite Asset Integration
Acorn FSE Helper can automatically inject Vite assets (CSS and JavaScript) into the <head> of your FSE theme.
To enable this feature:
-
Publish the configuration file:
- Enable Vite asset injection in
config/fse.php:
By default, it includes:
resources/css/app.cssresources/js/app.js
You can customize the entry points using the acorn/fse/vite_entrypoints filter:
Community
Keep track of development and community news.
- Join us on Discord by sponsoring us on GitHub
- Join us on Roots Discourse
- Follow @rootswp on Twitter
- Follow the Roots Blog
- Subscribe to the Roots Newsletter