Skip to content
Snippets Groups Projects

Issue 3484600: Show entity information on the Top Bar

Closed Anjali Rathod requested to merge issue/drupal-3484600:3484600-show-entity-information into 11.x
Compare and
20 files
+ 695
98
Compare changes
  • Side-by-side
  • Inline
Files
20
# This is so your IDE knows about the syntax for fixes and autocomplete.
$schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json
# The human readable name.
name: Badge
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status: experimental
# Schema for the props. We support www.json-schema.org. Learn more about the
# syntax there.
props:
# Props are always an object with keys. Each key is a variable in your
# component template.
type: object
properties:
status:
type: string
default: info
enum:
- info
- success
slots:
label:
type: string
description: Label text
Loading