Initial Drupal 11 with DDEV setup
This commit is contained in:
16
web/core/modules/navigation/navigation.layouts.yml
Normal file
16
web/core/modules/navigation/navigation.layouts.yml
Normal file
@ -0,0 +1,16 @@
|
||||
navigation_layout:
|
||||
label: 'Navigation layout'
|
||||
path: layouts
|
||||
template: navigation
|
||||
library: navigation/navigation.layout
|
||||
category: 'Navigation'
|
||||
class: \Drupal\navigation\NavigationLayout
|
||||
default_region: content
|
||||
icon_map:
|
||||
- [ content ]
|
||||
- [ footer ]
|
||||
regions:
|
||||
content:
|
||||
label: Content
|
||||
footer:
|
||||
label: Footer
|
||||
Reference in New Issue
Block a user