Move data partials for config

This commit is contained in:
Oliver Davies 2019-10-18 07:36:13 +01:00
parent d97621c42c
commit b9830f8386
7 changed files with 6 additions and 6 deletions

36
app/config/data/menus.yml Normal file
View file

@ -0,0 +1,36 @@
menus:
main:
about:
title: 'About'
href: '/'
pattern: '^/.$'
articles:
title: 'Articles'
href: '/articles'
pattern: '^/articles/?'
talks:
title: 'Talks'
href: '/talks'
pattern: '^/talks/?'
podcasts:
title: 'Podcasts'
href: '/podcasts'
pattern: '^/podcasts/?'
projects:
title: 'Projects'
href: '/projects'
pattern: '^/projects/?$'
book:
title: 'Book'
href: '/test-driven-drupal'
pattern: '^/test-driven-drupal/?$'
contact:
title: 'Contact'
href: '/contact'
pattern: '^/contact/?'