Loading core/modules/navigation/components/badge/badge.component.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ $schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schema name: Badge # Status can be: "experimental", "stable", "deprecated", "obsolete". status: experimental status: stable # Schema for the props. We support www.json-schema.org. Learn more about the # syntax there. Loading core/modules/navigation/components/title/title.component.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ $schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schema name: Title # Status can be: "experimental", "stable", "deprecated", "obsolete". status: experimental status: stable # Schema for the props. We support www.json-schema.org. Learn more about the # syntax there. Loading core/modules/navigation/components/toolbar-button/toolbar-button.component.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ $schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schema name: Toolbar button # Status can be: "experimental", "stable", "deprecated", "obsolete". status: experimental status: stable # Schema for the props. We support www.json-schema.org. Learn more about the # syntax there. Loading core/modules/navigation/navigation.info.yml +1 −2 Original line number Diff line number Diff line name: Navigation description: New administration navigation package: Core (Experimental) lifecycle: experimental package: Core version: VERSION configure: navigation.settings type: module Loading core/modules/navigation/src/NavigationContentLinks.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ * The content menu contains a "Create" section, along with links to other * overview pages for different entity types. * * @internal The navigation module is experimental. * @internal */ final class NavigationContentLinks implements ContainerInjectionInterface { Loading Loading
core/modules/navigation/components/badge/badge.component.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ $schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schema name: Badge # Status can be: "experimental", "stable", "deprecated", "obsolete". status: experimental status: stable # Schema for the props. We support www.json-schema.org. Learn more about the # syntax there. Loading
core/modules/navigation/components/title/title.component.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ $schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schema name: Title # Status can be: "experimental", "stable", "deprecated", "obsolete". status: experimental status: stable # Schema for the props. We support www.json-schema.org. Learn more about the # syntax there. Loading
core/modules/navigation/components/toolbar-button/toolbar-button.component.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ $schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schema name: Toolbar button # Status can be: "experimental", "stable", "deprecated", "obsolete". status: experimental status: stable # Schema for the props. We support www.json-schema.org. Learn more about the # syntax there. Loading
core/modules/navigation/navigation.info.yml +1 −2 Original line number Diff line number Diff line name: Navigation description: New administration navigation package: Core (Experimental) lifecycle: experimental package: Core version: VERSION configure: navigation.settings type: module Loading
core/modules/navigation/src/NavigationContentLinks.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ * The content menu contains a "Create" section, along with links to other * overview pages for different entity types. * * @internal The navigation module is experimental. * @internal */ final class NavigationContentLinks implements ContainerInjectionInterface { Loading