Fixed block content

Component type

module

Maintenance status

Development status

Downloads

355

Component created

Component changed

Overview

Provides a way of having permanent custom content blocks without broken instances if the block does not exist. A new fixed block type acts as a wrapper for the content block. If the custom block disappears, this module will re-create it as a new empty block or with a default content stored in config.

This module solves these typical scenarios:

JSON Content

Component type

module

Maintenance status

Development status

Downloads

23

Component created

Component changed

Note: this is a back-end utility module with no user interface. All interaction with the module is currently handled through Drush unless a module referencing this as a dependency adds additional functionality.

High Level Overview

JSON Content is intended for importing and exporting (coming later) content while minimizing hurdles related to interrelation of content. All content for import and export is formatted in a JSON structure parallel to the entity value arrays to make extending the data as simple as possible.

Block Backup/Restore

Component type

module

Maintenance status

Development status

Downloads

153

Component created

Component changed

Block Backup/Restore
============================================

About
This module will facilitate block layout backup and restore functionality

Use cases:
1. When we switch theme our block get disabled. We can take backup and restore at any point.
2. While development we might require switching to any previous settings of block, for the same we can export backup and restore any point of time from backup file.

Installation
drush en block_backup_restore -y

Feeds Tamper Taxonomy Hierarchy

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a Feeds Tamper plugin that allows the import of hierarchical taxonomy fields within a node importer. Taxonomy hierarchies can be generated dynamically when importing content, rather than requiring creation ahead of time. Non-existent terms will be auto-created or skipped depending on the mapping settings.

When auto-creation is enabled, a field with the value "Term1>>Term2>>Term3" will generate a taxonomy structure of:

User Sanitize

Component type

module

Maintenance status

Development status

Downloads

79

Component created

Component changed

Module to Sanitize users within the database. Can be executed via UI or using drush. Improves upon functionality provided by drush sql-sanitize.

Great for user sanitization when importing data from another system.

Options:

CSV Importer

Component type

module

Categories

Maintenance status

Development status

Downloads

145

Component created

Component changed

CSV importer module helps to import content from CSV files. By default it supports Node, Taxonomy, User and Block content entity import, you can provide your importer plugin for custom entity as well!