FlipperPA / wagtailcodeblock

StreamField code blocks for the Wagtail CMS with real-time PrismJS Syntax Highlighting.
BSD 3-Clause "New" or "Revised" License
156 stars 29 forks source link

Does it support coderedCMS? #19

Closed unihsing closed 3 years ago

unihsing commented 4 years ago

Is there any example of coderedCMS use?

FlipperPA commented 3 years ago

@unihsing I've used it with CodeRedCMS, but I'm not sure I'd recommend it. You need to import the block type, subclass the CodeRedCMS page type your want to override, then add the code block to the block list... and then use the new block type.