Download the PHP package wemakecustom/bolt-parent-theme without Composer
On this page you can find all versions of the php package wemakecustom/bolt-parent-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wemakecustom/bolt-parent-theme
More information about wemakecustom/bolt-parent-theme
Files in wemakecustom/bolt-parent-theme
Download wemakecustom/bolt-parent-theme
More information about wemakecustom/bolt-parent-theme
Files in wemakecustom/bolt-parent-theme
Vendor wemakecustom
Package bolt-parent-theme
Short Description Allows the declaration of a theme’s parent, much like Wordpress.
License MIT
Package bolt-parent-theme
Short Description Allows the declaration of a theme’s parent, much like Wordpress.
License MIT
Please rate this library. Is it a good library?
Informations about the package bolt-parent-theme
Bolt Parent Theme
Allows the declaration of a theme’s parent, much like Wordpress. Only support Twig templates for now.
By default, Bolt configures Twig to load files from your theme, but if not found,
it will look in app/theme_defaults
.
This is done using Twig’s feature of having a twig.path
.
Normally, your Twig path will look like this:
With this extension, it will look like this:
Important details
- The parent theme’s config will also be merged without overwriting the child’s.
- The parent theme can have a parent of its own.
- As of now, there is no way of managing assets (CSS/JS/images). Perhaps in a future version.
Usage
In your theme, simply declare its parent by adding this to your config.yml
:
Author
All versions of bolt-parent-theme with dependencies
PHP Build Version
Package Version
Requires
bolt/bolt Version
>=2.0.0,<3.0.0
The package wemakecustom/bolt-parent-theme contains the following files
Loading the files please wait ....