view libervia/pages/blog/edit/_browser/__init__.py @ 1497:fe5c282461bd

doc: the official MUC room is now `libervia@chat.jabberfr.org`
author Goffi <goffi@goffi.org>
date Sun, 02 Oct 2022 18:09:00 +0200
parents 925a7c498cda
children
line wrap: on
line source

import editor


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