zirkeldesign/acorn-fse

A Roots Acorn package, to provide FSE compatibility for Sage 10.

0.2.3 2023-11-15 11:14 UTC

This package is auto-updated.

Last update: 2024-04-15 12:24:44 UTC


README

🔥 This package is a work in progress. 🔥

This roots/acorn package provides a way to use the WordPress Full Site Editing features in a Sage 10. Inspired by strarsis/sage10-fse.

Requirements

  • Acorn
  • PHP >= 8.1

Installation

Install this package with Composer:

composer require zirkeldesign/acorn-fse

Add the package to the cached package manifest.

wp acorn package:discover

You can publish the config file with:

$ wp acorn vendor:publish --tag="fse-config"

Usage

Needs to be documented.