Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horttcore/wp-content-templates
Gutenberg is capabable for defining default blocks for a new created post type.
https://github.com/horttcore/wp-content-templates
composer gutenberg template wordpress
Last synced: 21 days ago
JSON representation
Gutenberg is capabable for defining default blocks for a new created post type.
- Host: GitHub
- URL: https://github.com/horttcore/wp-content-templates
- Owner: Horttcore
- Created: 2019-05-10T08:00:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T08:53:28.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T21:05:53.200Z (22 days ago)
- Topics: composer, gutenberg, template, wordpress
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content Templates
Gutenberg is capabable for defining default blocks for a new created post type.
## Installation
`$ composer require horttcore/wp-content-templates`
## Documentation
```php
] );
```## Example
```php
register();
```## Changelog
### v1.0.2 - 2019/05/10
- Small fix
### v1.0.1 - 2019/05/10
- Changed: Parameter `$blocks` is required in the constructor
- Improved documentation### v1.0 - 2019/05/09
- Initial release