Decoupled Router

Component type

module

Categories

Maintenance status

Development status

Downloads

424

Component created

Component changed

Decoupled Router provides an endpoint that will help you resolve path aliases and redirects for entity related routes. This is specially useful for decoupled applications where the editor wants full control over the paths available in the consumer application (for instance a React app).

To get a better understanding of this module read Decoupled Drupal Hard Problems: Routing.

Service Description

Component type

module

Categories

Maintenance status

Development status

Downloads

19

Component created

Component changed

Overview

Uses Guzzle Services library and Description Loader plugin to manage external services.

Usage

Create a service description JSON file for your service provider. place it as module_name/service_description/description.json. See httpbin module for sample implementation.

Form Json

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This Module is based on the idea for having an entity types Form Fields returned as JSON,
See Discussion ,
As Form Api is Linked to PHP render arrays, this module Attempts to simplify the Form Api Output in to A Json Sechema, However Uses the plugin Api for other modules to "translate" the entities form json in to the correct schema for their requirement

currently Working on integration with https://github.com/mozilla-services/react-jsonschema-form