No longer used internally. Use UMB_CONTENT_PUBLISH_MODAL_ALIAS from @umbraco-cms/backoffice/content instead. Scheduled for removal in Umbraco 19.
No runtime warning is emitted here: this constant's module is reachable via the public @umbraco-cms/backoffice/document barrel, so importing the
package for any reason would evaluate this module and fire a false-positive warning. UmbDocumentPublishModalElement's constructor warns accurately instead,
since it only runs when the deprecated modal is genuinely opened.
Deprecated
No longer used internally. Use
UMB_CONTENT_PUBLISH_MODAL_ALIASfrom@umbraco-cms/backoffice/contentinstead. Scheduled for removal in Umbraco 19. No runtime warning is emitted here: this constant's module is reachable via the public@umbraco-cms/backoffice/documentbarrel, so importing the package for any reason would evaluate this module and fire a false-positive warning.UmbDocumentPublishModalElement's constructor warns accurately instead, since it only runs when the deprecated modal is genuinely opened.