Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.This module loads an Ace editor for all textarea with data-yaml-editor attribute.
Demo

Use with Form API
When you need an editor for your YAML files add a data-yaml-editor to you textarea like this:
$form['config'] = [
'#type' => 'textarea',
'#title' => t('Configuration'),
'#attributes' => ['data-yaml-editor' => 'true'],
];
Supporters
Here are some module which are already implementing the data-yaml-editor attribute this means you just enable this module and will get the editor for:
You can create issues and pull requests on Github.
Project information
Seeking new maintainer
The current maintainers are looking for new people to take ownership.- Module categories: Utility
3,952 sites report using this module
- Created by yannickoo on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
8.x-1.1
released 23 June 2020
Works with Drupal: ^8 || ^9
✓ Recommended by the project’s maintainer.
Install:
Development version: 8.x-1.x-dev updated 13 Oct 2017 at 21:34 UTC










