feat(schema): add 'dialogue-grid' layout option to block layouts (#59474)

This commit is contained in:
Sem Bauke
2025-03-28 17:44:57 +01:00
committed by GitHub
parent 9e446c729b
commit aef1f890bd
55 changed files with 160 additions and 155 deletions
+2
View File
@@ -16,6 +16,8 @@ export enum BlockLayouts {
Link = 'link',
ChallengeGrid = 'challenge-grid',
DialogueGrid = 'dialogue-grid',
/**
* ChallengeList displays challenges in a list.
* This layout is used in backend blocks, The Odin Project blocks, and blocks in legacy certification.