More excerpts

This commit is contained in:
Oliver Davies 2015-06-18 08:58:56 +01:00
parent 262b5dca2f
commit 867d8efef2
25 changed files with 167 additions and 3 deletions

View file

@ -10,9 +10,15 @@ tags:
- drupal-planet
- accessibility
---
{% block excerpt %}
After a busy few days, I've released two new contrib Drupal modules.
{% endblock %}
{% block content %}
After a busy few days, I've released two new contrib Drupal modules:
* [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).
Documentation for both to follow shortly on Drupal.org.
{% endblock %}