Stabilize __experimentalDefaultBlock
and __experimentalDirectInsert
APIs
#52068
Labels
[Type] Task
Issues or PRs that have been broken down into an individual action to take
What problem does this address?
As
__experimentalDefaultBlock
and__experimentalDirectInsert
are in use across a few blocks now and have been in use for some time it's agreed that it's time to stabilize these APIs.The big driver for this is to support the inclusion of
defaultBlock
as an attribute starting with thecore/navigation
in #50982.What is your proposed solution?
Stabilize the
__experimentalDefaultBlock
and__experimentalDirectInsert
by completing the following:__experimental
prefix in codebase and replace withdefaultBlock
anddirectInsert
.deprecated
calls where existing implementations are found.__experimentalGetDirectInsertBlock
The text was updated successfully, but these errors were encountered: