Verified Commit 9ac8e261 authored by Dave Long's avatar Dave Long
Browse files

task: #3557578 Mark Navigation as a stable module

By: catch
By: plopesc
By: finnsky
By: phenaproxima
By: ckrina
By: lauriii
By: nod_
By: xjm
(cherry picked from commit 42e67ca7)
parent 964bfbb2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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.
+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
+1 −1
Original line number Diff line number Diff line
@@ -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