Add a few new Core Editors

This commit is contained in:
Kevin Giszewski
2014-01-28 11:59:39 -05:00
parent d46ae5b993
commit f27949cfbb
+17 -1
View File
@@ -18,5 +18,21 @@
{
"name": "Radio Buttons",
"path": "/umbraco/views/propertyeditors/radiobuttons/radiobuttons.html"
},
{
"name": "Date Picker",
"path": "/umbraco/views/propertyeditors/datepicker/datepicker.html"
},
{
"name": "Dropdown",
"path": "/umbraco/views/propertyeditors/dropdown/dropdown.html"
},
{
"name": "Textarea",
"path": "/umbraco/views/propertyeditors/textarea/textarea.html"
},
{
"name": "RTE",
"path": "/umbraco/views/propertyeditors/rte/rte.html"
}
]
]