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: about 2 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T08:53:28.000Z (about 7 years ago)
- Last Synced: 2025-03-05T09:45:38.314Z (over 1 year 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