[Forms] Remove obsolete templates
Remove obsolete template declarations from the bundle definition for platform/forms. WTD-684.
This commit is contained in:
@@ -49,36 +49,6 @@
|
|||||||
"key": "CompositeController",
|
"key": "CompositeController",
|
||||||
"implementation": "controllers/CompositeController.js"
|
"implementation": "controllers/CompositeController.js"
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"templates": [
|
|
||||||
{
|
|
||||||
"key": "_checkbox",
|
|
||||||
"templateUrl": "templates/_checkbox.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "_checkboxes",
|
|
||||||
"templateUrl": "templates/_checkboxes.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "_datetime",
|
|
||||||
"templateUrl": "templates/_datetime.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "_select",
|
|
||||||
"templateUrl": "templates/_select.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "_selects",
|
|
||||||
"templateUrl": "templates/_selects.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "_textfield",
|
|
||||||
"templateUrl": "templates/_textfield.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "_textfields",
|
|
||||||
"templateUrl": "templates/_textfields.html"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user