1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

Flextype Admin Panel: field editor changed to html #186

This commit is contained in:
Awilum
2019-08-17 00:06:04 +03:00
parent 79148ac5bc
commit a395ff00fd
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
},
"content": {
"title": "admin_content",
"type": "editor",
"type": "html",
"size": "col-12"
},
"image": {

View File

@@ -12,12 +12,12 @@
},
"summary": {
"title": "admin_summary",
"type": "editor",
"type": "html",
"size": "col-12"
},
"content": {
"title": "admin_content",
"type": "editor",
"type": "html",
"size": "col-12"
}
}

View File

@@ -12,7 +12,7 @@
},
"content": {
"title": "admin_content",
"type": "editor",
"type": "html",
"size": "col-12"
},
"template": {
@@ -69,4 +69,4 @@
}
}
}
}
}