Content deleted Content added
New parameters |
Expand templatedata |
||
Line 20:
"example": "352",
"type": "number",
"required": true,
"aliases": [
"num",
"jep",
"JEP"
]
},
"2": {
"label": "Proposal
"description": "Full title of the proposal",
"example": "Migrate from Mercurial to Git",
"type": "string",
"required": true,
"aliases": [
"title",
"name"
]
},
"incubator": {
"aliases": [
"i"
],
"label": "Incubation number",
"description": "The number of the incubation phase of the proposal",
"example": "2",
"type": "number",
"suggested": true
},
"preview": {
"aliases": [
"p"
],
"label": "Preview number",
"description": "The number of the preview phase of the proposal",
"example": "1",
"type": "number",
"suggested": true
}
},
Line 33 ⟶ 62:
"paramOrder": [
"1",
"2",
"incubator",
"preview"
],
"format": "inline",
"maps": {
"ASdf": {}
}
}
</templatedata>
|