Mercurial > libervia-web
view libervia/web/pages/blog/edit/_browser/__init__.py @ 1612:ebd538cb26cb
server, pages (files/view): use new `use_local_shared_tmp` option.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 12 Jun 2024 23:11:08 +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']")