Created
June 14, 2018 16:56
-
-
Save julien-maitan/ffd136bc104d3dbe2ee526367ffcb44c to your computer and use it in GitHub Desktop.
Drupal 8 translatable configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crtib_configurator.settings: | |
title: 'CRTIB configurator settings' | |
base_route_name: crtib_configurator.settings | |
names: | |
- crtib_configurator.settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crtib_configurator.settings: | |
path: '/admin/config/crtib/configurator/settings' | |
defaults: | |
_form: '\Drupal\crtib_configurator\Form\SettingsForm' | |
_title: 'CRTIB Configurator settings' | |
requirements: | |
_permission: 'configure crtib configurator' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crtib_configurator.settings: | |
type: config_object | |
label: 'CRTIB configurator settings' | |
mapping: | |
api_url: | |
type: label | |
label: 'API url' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
api_url: 'http://localhost/' | |
langcode: en |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment