Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
amici-infotech committed Jul 12, 2024
2 parents 2d44248 + dd29362 commit 445a0c9
Show file tree
Hide file tree
Showing 17 changed files with 953 additions and 4 deletions.
8 changes: 6 additions & 2 deletions config/matrix-extended.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
[
'label' => \Craft::t('app', 'Layout'),
'types' => ['twoColumns', 'container'],
'types' => ['codeEmbed', 'twoColumns', 'container'],
]
],
],
Expand All @@ -44,7 +44,11 @@
],
[
'label' => \Craft::t('app', 'Components'),
'types' => ['infoBox', 'cards', 'iconCards', 'statusCards', 'stackedCards', 'statsBox', 'checklist', 'accordion', 'imageContent', 'twoColumns'],
'types' => ['infoBox', 'cards', 'iconCards', 'statusCards', 'stackedCards', 'statsBox', 'checklist', 'accordion', 'imageContent'],
],
[
'label' => \Craft::t('app', 'Layout'),
'types' => ['codeEmbed', 'twoColumns'],
]
],
]
Expand Down
Loading

0 comments on commit 445a0c9

Please sign in to comment.