Editable content #229
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/186-content_editing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make some of the content editable.
context
andkey
, with the context ideally being a path (but not required) and the key identifying the unique piece of content. Arich_text
boolean determines if content is editable and rendered as either a string or (GitHub-flavored) Markdown. Alang
field is set to "en" by default, for future i18n.EditableContentComponent
can be used to render editable contentEditContentButtonComponent
can be used for showing an edit button, which will open a modal with the correct content editing UIks-text-link
class, so that links in editable content render with the default link style, without having to add classes to the Markdown sourcecloses #186
refs #222
Note: I initially added ActionText, only to find out that it's not the right solution for the problems solved in this PR. I left the commit, so it can easily be re-added in the future from that, if necessary.
843bcd8cb9
to29a67ff870
29a67ff870
tof1d9cf1e3d
WIP: Editable contentto Editable contentLooking good 👍