| 12345678910111213141516171819 | 
							- # @Author: Bachir Soussi Chiadmi <bach>
 
- # @Date:   13-12-2017
 
- # @Email:  bachir@figureslibres.io
 
- # @Filename: edlp_corpus.routing.yml
 
- # @Last modified by:   bach
 
- # @Last modified time: 20-12-2017
 
- # @License: GPL-V3
 
- edlp_ajax.entityjson:
 
-   path: '/edlp/ajax/entity/json/{entity_type}/{id}/{viewmode}'
 
-   defaults:
 
-     _controller: '\Drupal\edlp_ajax\Controller\EdlpAjaxController::entityjson'
 
-     _title: 'EdlpAjaxJson'
 
-     entity_type : null
 
-     id: null
 
-     viewmode: 'default'
 
-   requirements:
 
-     _permission: 'access content'
 
-     # id: \d+
 
 
  |