From 3c969dcced36f42ae7f32d461955c7abd45601e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 20 Dec 2023 02:46:11 +0100 Subject: [PATCH] Fixing Markdown formatting --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 5cff5b2..dfd1c55 100644 --- a/Readme.md +++ b/Readme.md @@ -44,9 +44,11 @@ All attributes are optional. If neither content nor json is set, an empty object The module also provides an editor for content items. This can be used to directly edit a content item as JSON data. This tool can be useful to inspect how the content item is serialized in the YesSql database without directly accessing the database or exporting the content item via deployment. It can also be used to edit properties that currently don't have an editor. When the module is enabled, a new _Edit as JSON_ entry is added to the actions dropdown in the admin dashboard's content item listing: + ![actions menu](Docs/actions-menu.png) Clicking on it encodes the content item as JSON and displays it in the JSON editor: + ![JSON content editor](Docs/content-editor.png) This still requires edit permission to the content item, so the security is the same as the regular content item editor. Clicking _Publish_ deserializes the received JSON into a ContentItem and publishes it.