Skip to content

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

License

Notifications You must be signed in to change notification settings

zirkeldesign/acorn-fse

Repository files navigation

Acorn FSE

🔥 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.