Enhance the editorial interface and improve the processes and workflows around creating, editing or removing content.

Gdrive Sync

This module creates a new field type for your content types, pointing to Google Drive file.

To configure module:

Install Profile Maker

Based on minimal external modules, this project aims to build a profile from an existing site.

Simple Twitter Feed

This is a simple module that uses Twitter's API 1.1 to get an unordered HTML list of latest tweets based on your Twitter username. The module creates a block that can be put in any region.

White label entity type

The white label entity type (short: while) is a simple node-like entity type without any special functionality. The labels and paths used for the entity type can be configured using variables, enabling easy re-use of the entity type in situations where a custom entity type is needed.

Features

  • Supports revisions
  • Admin UI for managing multiple (exportable) bundles
  • Views, Features, Token integration etc, as provided via the entity module
  • Supports panelizer and page manager overrides for while_view

Initial development sponsored by drunomics.

Dependencies

Requires a recent Entity API 7.x-1.2+ or manually patched with:

Customization

Use the following PHP snippet in your settings.php to customize your white label entity type:

<?php
$conf['while_strings']= array(
'entity label' => t('Red entity'),
'entity plural label' => t('Red entities'),
'entity description' => 'Red entities are red.',
'type label' => t('Red type'),
'type plural label' => t('Red types'),
'type description' => 'Types of red entities.',

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience