Uploaded image for project: 'RH Developer Hub Planning'
  1. RH Developer Hub Planning
  2. RHDHPLAN-54

Removal of double-negative 'disabled' field in Plugin dynamic-plugins-config.yaml

Prepare for Z ReleasePrepare Test Plan (Y R...XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      In the plugin definitions we have the field 'disabled: (true|false) - this should be 'active: (true|false)

      Reason being customers find the 'disabled: false' to be "confusing (it's a double negative)"

      Example:
      dynamic:
        includes:
          - dynamic-plugins.default.yaml
        plugins:
          - disabled: false
             package: >-
                ./dynamic-plugins/dist/backstage-plugin-scaffolder-backend-module-github-dynamic
       
      Would make more sense if it was:
       
        plugins:
          - enabled: true
             package: >-
        

              Unassigned Unassigned
              utherp0 Ian Lawson
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: