Mercurial > hg > isophonics-drupal-site
annotate core/modules/big_pipe/big_pipe.routing.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 big_pipe.nojs: |
Chris@0 | 2 path: '/big_pipe/no-js' |
Chris@0 | 3 defaults: |
Chris@0 | 4 _controller: '\Drupal\big_pipe\Controller\BigPipeController:setNoJsCookie' |
Chris@0 | 5 _title: 'BigPipe no-JS check' |
Chris@0 | 6 options: |
Chris@0 | 7 no_cache: TRUE |
Chris@0 | 8 requirements: |
Chris@0 | 9 _access: 'TRUE' |