mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-14 19:27:45 +00:00
Merge "Remove unused "changesBooleanValue" property"
This commit is contained in:
commit
bb8e099e4a
|
@ -177,8 +177,7 @@ mw.TemplateData.Model.static.getAllProperties = function ( getFullData ) {
|
||||||
textValue: 'deprecatedValue'
|
textValue: 'deprecatedValue'
|
||||||
},
|
},
|
||||||
deprecatedValue: {
|
deprecatedValue: {
|
||||||
type: 'string',
|
type: 'string'
|
||||||
changesBooleanValue: 'deprecated'
|
|
||||||
},
|
},
|
||||||
required: {
|
required: {
|
||||||
type: 'boolean'
|
type: 'boolean'
|
||||||
|
|
Loading…
Reference in a new issue