File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 22# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html
33
44apiVersion : backstage.io/v1alpha1
5- kind : " "
5+ kind : " Component "
66metadata :
77 name : ' sample-plugin'
8- description : " A sample backend plugin for the Open edX Platform"
8+ description : " A set of examples for plugging into the Open edX Platform"
99 annotations :
1010 # The openedx.org/release key is described in OEP-10:
1111 # https://open-edx-proposals.readthedocs.io/en/latest/oep-0010-proc-openedx-releases.html
@@ -21,18 +21,10 @@ metadata:
2121spec :
2222
2323 # (Required) This can be a group(`group:<group_name>` or a user(`user:<github_username>`)
24- owner : " "
24+ owner : " user:feanil "
2525
2626 # (Required) Acceptable Type Values: service, website, library
2727 type : ' '
2828
2929 # (Required) Acceptable Lifecycle Values: experimental, production, deprecated
3030 lifecycle : ' experimental'
31-
32- # (Optional) The value can be the name of any known component.
33- subcomponentOf : ' <name_of_a_component>'
34-
35- # (Optional) An array of different components or resources.
36- dependsOn :
37- - ' <component_or_resource>'
38- - ' <another_component_or_resource>'
You can’t perform that action at this time.
0 commit comments