dev-master
9999999-devYAML module
GPL-2.0+
The Requires
1.0.0
1.0.0.0YAML module
GPL-2.0+
The Requires
Wallogit.com
2017 © Pedro Peláez
YAML module
Creates a YAML form element which allows complex configuration to be added in a single text area., (*1)
<?php
$form['module_settings'] = array(
'#type' => 'yaml',
'#title' => t('Settings'),
'#default_value' => variable_get('module_settings', array(
'something' => TRUE,
'another_thing' => 100,
'something_else' => 'this is a string',
'list' => array(123, 456, 789),
'deeper' => array(
'top' => TRUE,
'left' => FALSE,
),
)),
);
YAML module
GPL-2.0+
YAML module
GPL-2.0+