oliverdavies.uk/source/_posts/my-new-drupal-modules.md

24 lines
919 B
Markdown
Raw Normal View History

2015-03-16 21:18:03 +00:00
---
title: My new Drupal modules
2018-06-02 11:58:39 +01:00
date: '2012-07-12'
2015-03-16 21:18:03 +00:00
description: After a busy few days, I've released two new contrib Drupal modules.
tags:
2015-06-14 03:27:41 +01:00
- drupal
- drupal-modules
- drupal-6
- drupal-7
- drupal-planet
- accessibility
2016-12-29 16:32:52 +00:00
use: [posts]
2015-03-16 21:18:03 +00:00
---
2015-06-18 08:58:56 +01:00
{% block excerpt %}
After a busy few days, I've released two new contrib Drupal modules.
{% endblock %}
{% block content %}
2015-03-16 21:18:03 +00:00
* [Block Aria Landmark Roles](http://drupal.org/project/block_aria_landmark_roles) - Inspired by [Block Class](http://drupal.org/project/block_class), this module adds additional elements to the block configuration forms that allow users to assign a ARIA landmark role to a block.
* [Nomensa Accessible Media Player](http://drupal.org/project/nomensa_amp) - Provides integration with Nomensa's [Accessible Media Player](https://github.com/nomensa/Accessible-Media-Player).
2015-06-14 03:27:41 +01:00
Documentation for both to follow shortly on Drupal.org.
2015-06-18 08:58:56 +01:00
{% endblock %}