Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelcollective/acorn-settings-gutenberg
WordPress 5 block editor configuration for Acorn projects
https://github.com/pixelcollective/acorn-settings-gutenberg
Last synced: 3 months ago
JSON representation
WordPress 5 block editor configuration for Acorn projects
- Host: GitHub
- URL: https://github.com/pixelcollective/acorn-settings-gutenberg
- Owner: pixelcollective
- License: mit
- Created: 2019-07-20T08:24:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:57:02.000Z (11 months ago)
- Last Synced: 2024-07-31T02:34:09.454Z (3 months ago)
- Language: PHP
- Homepage: https://tinypixel.dev
- Size: 7.81 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Acorn Settings -- Gutenberg
Provides Acorn projects with configuration options for the WordPress 5 block editor.
## Requirements
[Sage](https://github.com/roots/sage) >= 10.0
[PHP](https://secure.php.net/manual/en/install.php) >= 7.3
[Composer](https://getcomposer.org)
## Installation
Install via composer:
```bash
composer require tiny-pixel/acorn-settings-gutenberg
```After installation run the following command to publish the starter configuration file to your application:
```bash
wp acorn vendor:publish
```Happy blocks'ing!