Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Parade

Parade admin UI

A package built on top of the awesome Paragraphs module, featuring common sections and one

Easy Gmap

Easy Gmap provides a new field type for adding Google maps on your site with a map preview. It works by entering an address or clicking on the map.

Data Common API

Provide a simple and consistent means to interact programatically with entity data, form submissions and other Drupal data across projects and major versions.

// Create a getter for node entities
$n = data_api('node');

// Load a node entity
$node = node_load(4503);

// Use the getter to pull the first name or default.
// Do not include the language key; language is determined automatically.
$vars['name'] = $n->get($node, 'field_first_name.0.value', '{first name}');

Pages

Subscribe with RSS Subscribe to RSS - Site structure