Beskrivelse
Allow disabling full site editing in the admin, useful to protect a production site.
A block theme will continue to work as intended on the frontend while making sure the theme can’t be messed up.
⚠️ Full site editing is still fresh.
For the coming months I’ll keep testing the plugin with new (beta) releases of gutenberg and WordPres.
- If you find a bug,
- If you have questions,
- Feature requests,
- Anything else,
Please contact me on the forum or on the github repository.
Installation
Just install the plugin and activate.
There is an admin settings page or set the DISABLE_FSE constant.
FAQ
-
In what order does the plugin check if full site editing is allowed?
-
- The constant
DISABLE_FSEset to true/false.
You can add the constant in yourwp-config.phpfile. - The setting in the wp-admin (a sub page of the tools menu)
- The current
WP_ENVIRONMENT_TYPE. Docs, A bit more details
- The constant
-
How does the `DISABLE_FSE` constant work?
-
In your
wp-config.phppaste the following to always disable FSE:define( 'DISABLE_FSE', true );or to always enable FSE
define( 'DISABLE_FSE', false );
Anmeldelser
Der er ingen anmeldelser for denne widget.
Bidragsydere & udviklere
“Disable Full Site Editing” er open source-software. Følgende personer har bidraget til dette plugin.
Bidragsydere“Disable Full Site Editing” er blevet oversat til 6 sprog. Tak til oversætterne for deres bidrag.
Oversæt “Disable Full Site Editing” til dit eget sprog.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
1.2.0
- Implemented a far more deed level disabling of FSE. Previously we just removed links in the admin.
Now we just fake the current theme to not appear as FSE.
1.1.3
- Fixed an JS error on the widgets page.
1.1.2
- Removed unused files from SVN
1.1.1
- The translations via Polyglot now work correctly thanks to Alex Lion
1.1.0
- Fixed a couple of bugs.
- Now also tested on multisite.
1.0.3
- Fixed a JS bug
1.0.2
- More precise disabling of FSE, it was to broad.
- Disable adding/editing templates in the editor itself.
1.0.1
- Added more functions checks.
1.0.0
- Launch
