2017 © Pedro Peláez
 

drupal-module yaml-module

YAML module

image

drufony/yaml-module

YAML module

  • Tuesday, November 8, 2016
  • by bangpound
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

YAML Module

Creates a YAML form element which allows complex configuration to be added in a single text area., (*1)

Example

<?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,
      ),
    )),
  );

The Versions

08/11 2016

dev-master

9999999-dev

YAML module

  Sources   Download

GPL-2.0+

The Requires

 

08/11 2016

1.0.0

1.0.0.0

YAML module

  Sources   Download

GPL-2.0+

The Requires