diff --git a/app-config.yaml b/app-config.yaml index d886d86896..38364d73dc 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -280,6 +280,8 @@ catalog: # Backstage end-to-end tests of TechDocs - type: file target: ../../cypress/e2e-fixture.catalog.info.yaml + + # TODO: Remove once approach is validated on RFC. - type: file target: ../../template.yaml scaffolder: diff --git a/template.yaml b/template.yaml index 36932eb4a6..83273faea6 100644 --- a/template.yaml +++ b/template.yaml @@ -1,3 +1,4 @@ +# TODO: Remove once approach is validated on RFC. apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: @@ -12,12 +13,20 @@ spec: required: - component_id - owner + # Example of annotating a parameter + metadata: + tags: + - example properties: component_id: title: Name type: string description: Unique name of the component ui:field: EntityNamePicker + # Example of annotating a property + metadata: + tags: + - example description: title: Description type: string @@ -47,6 +56,7 @@ spec: action: debug:log input: message: hello + # Example of annotating a step metadata: tags: - example