@umbraco-cms/backoffice
    Preparing search index...

    Variable UMB_ELEMENT_PUBLISH_MODAL_ALIASConst

    UMB_ELEMENT_PUBLISH_MODAL_ALIAS: "Umb.Modal.ElementPublish" = 'Umb.Modal.ElementPublish'

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