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'
|
||||
},
|
||||
deprecatedValue: {
|
||||
type: 'string',
|
||||
changesBooleanValue: 'deprecated'
|
||||
type: 'string'
|
||||
},
|
||||
required: {
|
||||
type: 'boolean'
|
||||
|
|
Loading…
Reference in a new issue