Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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