We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b2b59 commit b2933b4Copy full SHA for b2933b4
1 file changed
config/contentable.php
@@ -37,8 +37,10 @@
37
'type' => Yuges\Contentable\Enums\BlockType::class,
38
'data' => [
39
Yuges\Contentable\Data\Blocks\ListData::class,
40
+ Yuges\Contentable\Data\Blocks\QuoteData::class,
41
Yuges\Contentable\Data\Blocks\HeaderData::class,
42
Yuges\Contentable\Data\Blocks\ParagraphData::class,
43
+ Yuges\Contentable\Data\Blocks\DelimiterData::class,
44
],
45
46
0 commit comments