gatsby-8.x-1.x-dev/gatsby.routing.yml
gatsby.routing.yml
gatsby.gatsby_admin_form:
path: '/admin/config/services/gatsby/settings'
defaults:
_form: '\Drupal\gatsby\Form\GatsbyAdminForm'
_title: 'Gatsby integration'
requirements:
_permission: 'administer gatsby'
gatsby.gatsby_fastbuilds_sync:
path: '/gatsby-fastbuilds/sync/{last_fetch}'
defaults:
_controller: '\Drupal\gatsby\Controller\GatsbyFastbuildsController::sync'
_title: 'Gatsby Fastbuild Sync'
options:
_auth: ['basic_auth', 'cookie', 'key_auth']
requirements:
_permission: 'sync gatsby fastbuild log entities'
last_fetch: '[0-9]+'
gatsby.gatsby_fastbuilds_log:
path: '/admin/config/services/gatsby/fastbuilds/logs'
defaults:
_entity_list: 'gatsby_log_entity'
_title: 'Fastbuilds Log'
requirements:
_permission: 'administer gatsby log entity entities'
