Skip to content

Commit

Permalink
Fixing Markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 20, 2023
1 parent 09d3f06 commit 3c969dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c969dc

Please sign in to comment.