From 0a41887b5a35496fecd35ecac155fb3cd72fa906 Mon Sep 17 00:00:00 2001 From: e11sy <130844513+e11sy@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:18 +0300 Subject: [PATCH] Chore(config): Update editor config (#681) * Update editorjs-config.json added `withHeadings` data field support for table tool * Build frontend --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- www/application/config/editorjs-config.json | 1 + www/public/build/release.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/application/config/editorjs-config.json b/www/application/config/editorjs-config.json index 768052e30..866ac3f4d 100644 --- a/www/application/config/editorjs-config.json +++ b/www/application/config/editorjs-config.json @@ -110,6 +110,7 @@ "caption": "string" }, "table": { + "withHeadings": "boolean", "content": { "type": "array", "data": { diff --git a/www/public/build/release.json b/www/public/build/release.json index d889f60f9..208db1eba 100644 --- a/www/public/build/release.json +++ b/www/public/build/release.json @@ -1 +1 @@ -{"release":"25d8ea0e619de5a213a4","date":1681137319007} \ No newline at end of file +{"release":"25d8ea0e619de5a213a4","date":1727870077950} \ No newline at end of file