Merge "Remove unused "changesBooleanValue" property"

This commit is contained in:
jenkins-bot 2020-10-07 17:04:52 +00:00 committed by Gerrit Code Review
commit bb8e099e4a

View file

@ -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'