I have a few custom StreamField blocks defined. I'd like the option to be able to collapse some properties within the custom blocks much like i can do with a standard page model using content_panels however I don't believe this is supported. Correct?
相关问题
- Django Rest Framework does not show content from S
- How to join wagtail and django sitemaps?
- Having a 404 for each site in a Wagtail multisite
- Get parent page on creating new Wagtail Page
- Migration error with Django 1.7.1
相关文章
- Wagtail single-page site
- Wagtail getting/generating image urls from JSON ap
- Wagtail: Get previous or next sibling
- How can I add an Upload File field to a Wagtail Fo
- Programatically add a page to a known parent
- 如何添加自定义类的鹡鸰richtextfiled(How to add custom class i
- 鹡鸰:部署问题 - KeyError异常上/管理员“请求”(Wagtail: Deployment
- 如何设置项目的根URL时,鹡鸰被集成为在Django项目的应用(How to set the pro
It does not appear that this is possible without writing some custom css/js for your admin pages.
There is one work around solution for collapsing one
StreamFieldPanel
inside a standaloneMultiFieldPanel
, however this is not for blocks within theStreamFieldPanel
. Direct link to CommentThis feature has been requested and it appears it will not be implemented: