- Issue created by @codebymikey
- Status changed to Needs review
about 1 year ago 12:42pm 17 January 2024 Pushed an update normalizing the config, providing an update hook to apply it, as well as removing the redundant
gutenberg.mediaedit
config.The current and new configuration schema can be reviewed using the https://www.drupal.org/project/config_inspector →
- First commit to issue fork.
- Merge request !1Revert "Merge branch gutenberg:8.x-2.x into 3415218-clean-up-gutenberg.settings" → (Closed) created by marcofernandes
- 🇵🇹Portugal marcofernandes
Hmm.. something went wrong when merging dev. It updated from 2.x. I'll try to revert and do things properly.
- Merge request !96Revert "Merge branch gutenberg:8.x-2.x into 3.0.x" → (Closed) created by marcofernandes
- Status changed to Needs work
12 months ago 12:51am 28 January 2024 - 🇵🇹Portugal marcofernandes
This change affects the way the editor loads the configuration to register the blocks. Ex: /js/overrides/register-core-blocks.jsx
- Merge request !104Issue #3415218: Normalize the gutenberg config → (Merged) created by marcofernandes
- 🇵🇹Portugal marcofernandes
marcofernandes → changed the visibility of the branch 3415218-clean-up-gutenberg.settings to hidden.
- 🇵🇹Portugal marcofernandes
marcofernandes → changed the visibility of the branch 3415218-clean-up-gutenberg.settings to active.
- 🇵🇹Portugal marcofernandes
marcofernandes → changed the visibility of the branch revert-93c85c9e to hidden.
- 🇵🇹Portugal marcofernandes
marcofernandes → changed the visibility of the branch 3.0.x to hidden.
- Status changed to Fixed
12 months ago 2:58pm 2 February 2024 - 🇵🇹Portugal marcofernandes
Because of these changes on the config structure, UpdateAddMediaTest::testMediaUpdate() had to be disabled for now. Follow-up on https://www.drupal.org/project/gutenberg/issues/3418917 📌 Check UpdateAddMediaTest::testMediaUpdate() Active
-
marcofernandes →
committed 322d8a56 on 3.0.x
Issue #3415218: Normalize the gutenberg config
-
marcofernandes →
committed 322d8a56 on 3.0.x
-
marcofernandes →
committed 1ee7c38d on 3.0.x
Issue #3415218: Fix allowed blocks values on edit form + fix embed...
-
marcofernandes →
committed 1ee7c38d on 3.0.x
Automatically closed - issue fixed for 2 weeks with no activity.
- Merge request !206Issue #3415218 by codebymikey: Normalize the gutenberg.settings config → (Open) created by codebymikey
Reopened to address some config normalization issues related to the ✨ Limit available image styles for image related blocks Fixed feature which was added, but doesn't currently have a valid schema.
codebymikey → changed the visibility of the branch 8.x-2.x to hidden.
codebymikey → changed the visibility of the branch 3415218-clean-up-gutenberg.settings-2.x to hidden.
codebymikey → changed the visibility of the branch 3415218-clean-up-gutenberg.settings-2.8 to hidden.
codebymikey → changed the visibility of the branch 3415218-clean-up-gutenberg.settings to hidden.
In the spirit of making the image size support more complete, I've added a commit to the merge request which incorporates changes from ✨ Allow API to restrict which image styles are available to users Active and 📌 Followup: SVG's should not use image styles Active