Skip to content

Commit b43fa4f

Browse files
committed
Add SplitPageLayout to slots config
1 parent bcf9ae4 commit b43fa4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/direct-slot-children.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const {last} = require('lodash')
33

44
const slotParentToChildMap = {
55
PageLayout: ['PageLayout.Header', 'PageLayout.Footer'],
6+
SplitPageLayout: ['SplitPageLayout.Header', 'SplitPageLayout.Footer'],
67
FormControl: ['FormControl.Label', 'FormControl.Caption', 'FormControl.LeadingVisual', 'FormControl.TrailingVisual'],
78
MarkdownEditor: ['MarkdownEditor.Toolbar', 'MarkdownEditor.Actions', 'MarkdownEditor.Label'],
89
'ActionList.Item': ['ActionList.LeadingVisual', 'ActionList.TrailingVisual', 'ActionList.Description'],

0 commit comments

Comments
 (0)