Closed leewesleyv closed 5 years ago
I have nearly identical experience with static block, instead of admin text I see empty input field in admin with wagtail v2.2.2:
class AuthorBlock(blocks.StaticBlock):
class Meta:
icon = 'user'
label = 'Author Profile'
admin_text = '{label} : is configured by User Profile snippet'.format(label=label)
Fixed by e364e712fd0bf38325fc534e4f4f0f244fadaa18 and released in 0.9.0.
Awesome!
Hi,
I've noticed an issue with the rendering of a StaticBlock using
wagtail-react-streamfield==0.8.5
in combination withwagtail==2.2.2
.In these 2 cases I would be presented with an input field instead:
If you need more information I would be happy to supply it for you.
Thanks in regards!