Upstatement Editorial
A plugin for customizing the editor experience to suit Upstatement-built WordPress projects.
by upstatement · github.com/upstatement/ups-editorial-wp-plugin
★ 6stars
251composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/upstatement/ups-editorial-wp-plugin/archive/refs/heads/main.zipAlso on Packagist as upstatement/ups-editorial-wp-plugin:
composer require upstatement/ups-editorial-wp-pluginFrom the readme
Upstatement Editorial
A WordPress plugin for enhancing the editorial experience, including some common customizations for the Gutenberg editor.
Table of Contents
- What This Plugin Does
- Blocks
- Editor Plugins
- Core Enhancements
- Theme Configuration
- Theme API
- Troubleshooting
- Local Development
- Resources
What This Plugin Does
The purpose of this plugin is to tailor the Gutenberg editor experience to be better suited to editors using their WordPress theme and to add functionality common to many websites. Features added as a part of this plugin fall into three categories: block modifications, editor plugins, and core enhancements. This plugin also exposes some global functions that can be used in theme templates.
Blocks
Extended Blocks
The following blocks are extended typically at the registration hook (blocks.registerBlockType) to limit the number of available options for an editor. Some blocks also hook into the edit lifecycle (via the editor.BlockEdit hook) to add additional classes and structure to the editor markup so as to be able to control certain aspects of the block's settings with css.
- Cover
- File
- Gallery
- Image Layout
- Related Articles
- T
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.0 | Feb 23, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.