mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 23:43:54 +00:00
Remove unused "changesBooleanValue" property
Not used anywhere: https://codesearch.wmcloud.org/search/?q=changesBooleanValue Change-Id: I40f08f4d7164dbcb7bef58bb647607573f852f15
This commit is contained in:
parent
269ef3c3af
commit
4853c2ae3a
|
@ -173,8 +173,7 @@ mw.TemplateData.Model.static.getAllProperties = function ( getFullData ) {
|
|||
textValue: 'deprecatedValue'
|
||||
},
|
||||
deprecatedValue: {
|
||||
type: 'string',
|
||||
changesBooleanValue: 'deprecated'
|
||||
type: 'string'
|
||||
},
|
||||
required: {
|
||||
type: 'boolean'
|
||||
|
|
Loading…
Reference in a new issue