Remove unused "changesBooleanValue" property

Not used anywhere:
https://codesearch.wmcloud.org/search/?q=changesBooleanValue

Change-Id: I40f08f4d7164dbcb7bef58bb647607573f852f15
This commit is contained in:
Thiemo Kreuz 2020-08-25 14:17:22 +02:00
parent 269ef3c3af
commit 4853c2ae3a

View file

@ -173,8 +173,7 @@ mw.TemplateData.Model.static.getAllProperties = function ( getFullData ) {
textValue: 'deprecatedValue'
},
deprecatedValue: {
type: 'string',
changesBooleanValue: 'deprecated'
type: 'string'
},
required: {
type: 'boolean'