view libervia/pages/blog/edit/_browser/__init__.py @ 1465:a410db730301

pages: keep `page_max` if set in query params in `setPagination`: rel 399
author Goffi <goffi@goffi.org>
date Thu, 30 Sep 2021 17:01:20 +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']")