Mercurial > libervia-web
view libervia/web/pages/blog/edit/_browser/__init__.py @ 1556:5c4703870088
browser (jid_search): search items can now be customised:
- a new `options` argument let specify custom behaviour such as hidding groups
- template can now be specified
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 15 Aug 2023 17:14:53 +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']")