diff --git a/site/fieldsets/about.json b/site/fieldsets/about.json index 1eb0a764..998cb454 100644 --- a/site/fieldsets/about.json +++ b/site/fieldsets/about.json @@ -12,7 +12,7 @@ }, "content": { "title": "admin_content", - "type": "editor", + "type": "html", "size": "col-12" }, "image": { diff --git a/site/fieldsets/blog-post.json b/site/fieldsets/blog-post.json index 4ae297ff..979fa609 100644 --- a/site/fieldsets/blog-post.json +++ b/site/fieldsets/blog-post.json @@ -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" } } diff --git a/site/fieldsets/default.json b/site/fieldsets/default.json index f5538d89..acecd6fb 100644 --- a/site/fieldsets/default.json +++ b/site/fieldsets/default.json @@ -12,7 +12,7 @@ }, "content": { "title": "admin_content", - "type": "editor", + "type": "html", "size": "col-12" }, "template": { @@ -69,4 +69,4 @@ } } } -} \ No newline at end of file +}