Word Serialization

Component type

module

Maintenance status

Development status

Downloads

31

Component created

Component changed

This module provides a Word encoder for the Drupal 8 Serialization API. This
enables the DOCX format to be used for data output (and potentially input,
eventually). For example:

For example:

  • Views can output DOCX data via a 'Word Export' display in a View.
  • Module developers can leverage DOCX as a format when using the
    Serialization API.

Installation

Webform Composite Tools

Component type

module

Categories

Maintenance status

Development status

Downloads

96

Component created

Component changed

Webform Composite Tools builds upon the Webform module to provide additional
composite features.

Purpose

Webform Composite Tools provides a reusable composite element for use on webforms. These composites can be customized via a provided ui and be used like standard composites across multiple webforms.

Configuration Read-only Filter

Component type

module

Maintenance status

Development status

Downloads

37

Component created

Component changed

Overview

Allows to exclude certain configuration forms to be editable, when the site is on configuration read-only mode.
Filters can be created with set of form id or route name. Since filters are config entities, can be exported/imported like any other configuration.

Features

1. Filter by Form ID
2. Filter by Route name - This is not supported yet.

json_api_client

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A drupal 8 module to connect to a json api server.

For any requests, updates, patches etc. Please go to: https://github.com/SyneticNL/drupal8-json-api-client

Then create an issue, fork or branch and do all editing + pull requests there. Updates to Master / Release branches will be mirrored to this project.

YAML Parser

Component type

module

Categories

Maintenance status

Development status

Downloads

15

Component created

Component changed

Yaml parser

This module will add the spyc-library and provide a simple API to parse YAML from strings or files. It is an api-only module and has no UI. Other modules will depend on this one.

Installation

Copy the modules in sites/all/modules/contrib as usual
Download the spyc-library from https://github.com/mustangostang/spyc and place it into sites/all/modules/libraries

Token UUID

Component type

module

Categories

Maintenance status

Development status

Downloads

35

Component created

Component changed

Make entity UUID token available in list of tokens.

These tokens aren't yet implemented in Token module 8.x-1.0 .

Installing

  1. Install the module as normal, note that there is one dependency (token).
  2. that's all !

Using

  • [node:uuid]
  • [term:uuid]
  • [user:uuid]
  • [current-user:uuid]

Config Exclude

Component type

module

Categories

Maintenance status

Development status

Downloads

11

Component created

Component changed

Config Exclude allows you to exclude modules and their configuration from being exported. It is an easy way for developers to enable development modules without the risk of accidentally exporting the enabled-state or their dependent config.

See #2926505: drush cex --skip-modules was removed in favor of config_split, but config_split is not feature-equivalent to understand why this module was created.