-
Notifications
You must be signed in to change notification settings - Fork 470
Gutenberg Server Registry Specification #1764
Copy link
Copy link
Closed as not planned
Labels
component: inputRelating to GraphQL Input TypesRelating to GraphQL Input Typescomponent: model layerRelating to the Model LayerRelating to the Model Layercomponent: mutationsRelating to GraphQL MutationsRelating to GraphQL Mutationscomponent: queryRelating to GraphQL QueriesRelating to GraphQL Querieseffort: highMore than a weekMore than a weekhelp wantedIssue with a clear description that the community can help withIssue with a clear description that the community can help withneeds: discussionRequires a discussion to proceedRequires a discussion to proceedtype: enhancementImprovements to existing functionalityImprovements to existing functionalitytype: featureNew functionality being addedNew functionality being added
Description
Metadata
Metadata
Assignees
Labels
component: inputRelating to GraphQL Input TypesRelating to GraphQL Input Typescomponent: model layerRelating to the Model LayerRelating to the Model Layercomponent: mutationsRelating to GraphQL MutationsRelating to GraphQL Mutationscomponent: queryRelating to GraphQL QueriesRelating to GraphQL Querieseffort: highMore than a weekMore than a weekhelp wantedIssue with a clear description that the community can help withIssue with a clear description that the community can help withneeds: discussionRequires a discussion to proceedRequires a discussion to proceedtype: enhancementImprovements to existing functionalityImprovements to existing functionalitytype: featureNew functionality being addedNew functionality being added
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
StatusShow more project fields
✅ Done
Problem
Gutenberg (The WordPress Block Editor) doesn't have a proper server registry for blocks. This makes it difficult for decoupled applications to interact with blocks in any meaningful way.
This issue was created to start conversation around what a specification for Server Side Registry for Gutenberg blocks might look like.
Goals
This is a WIP, but some goals off the top of my head:
Prior Art