view libervia/web/pages/blog/edit/_browser/__init__.py @ 1554:1dc23ba67f47

doc (user/calls): add screen sharing documentation: fix 432
author Goffi <goffi@goffi.org>
date Mon, 14 Aug 2023 16:54:13 +0200
parents eb00d593801d
children
line wrap: on
line source

import editor


editor.set_form_autosave("blog_post_edit")
editor.BlogEditor()
editor.TagsEditor("input[name='tags']")