You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Template field works only if it wrapped by the ExperimentalBlockEditorProvider provider passing the settings object obtained via usePatternSettings.
Instead, the Template field should work without any hidden requirement. For this reason, to get the necessary data, core-data package could be used instead of the settings object.
Currently, the Template field works only if it wrapped by the
ExperimentalBlockEditorProvider
provider passing the settings object obtained viausePatternSettings
.gutenberg/packages/edit-site/src/components/post-edit/index.js
Lines 139 to 157 in f891475
Instead, the Template field should work without any hidden requirement. For this reason, to get the necessary data,
core-data
package could be used instead of the settings object.See #66591 (comment)
The text was updated successfully, but these errors were encountered: