CKEditor PageBreak

Component type

module

Maintenance status

Development status

Downloads

801

Component created

Component changed

This module provides integration with the PageBreak plugin for CKEditor.

This plugin adds toolbar button which inserts horizontal page breaks. This feature is useful for setting document printing sections.

Text entered in a browser-based text editor such as CKEditor differs from word processors because it is not divided into physical pages. In effect, this plugins lets you define pages.

Config Direct Save

Component type

module

Maintenance status

Development status

Downloads

10240

Component created

Component changed

Config Direct Save
What's config Direct Save ?

This module allow you to :
- Make backup of configurations (when you check the backup checkbox).
- Override the sync (all files with old configuration) by the new configurations(replace all configurations files).

You should before using the module : :
- Give access ( chmod -R 775 sites/default/files/config_HASH, HASH= Random string) for overriding the directory sync and creating a new directories.

CKEditor FakeObjects

Component type

module

Categories

Maintenance status

Development status

Downloads

7982

Component created

Component changed

This plugin helps to create a "representative" (image with styles) for certain elements which have problem with living in editable, it provides the API to transform an real DOM element into the "fake" one, and to restore the real element from the fake one on the output.

Adds FakeObjects plugin integration for CKEditor.

This is required by plugins that require fakeobjects to work, like PageBreak.

Web Notifications API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Notifications API lets a web page or app send notifications that are displayed outside the page at the system level; this lets web apps send information to a user even if the application is idle or in the background. This module provides an API for use with other modules to implement the Notifications API.

Typed Widget

Component type

module

Categories

Maintenance status

Development status

Downloads

193

Component created

Component changed

Typed Widget provides a service to dynamically create form elements based on Typed Data data type plugin ids or Data Definitions. This is most useful for modules that implement custom data types, and less useful for entity types that implement form handlers.

SDK API

Component type

module

Maintenance status

Development status

Downloads

377

Component created

Component changed

An API to define configurations for specific Software Development Kit (SDK). API, as Drupal 8, based on Composer. This allows you to describe needed configuration for SDK by defining a form for the particular kit and easily grab its sources via Composer. In addition, there is a possibility to process result of OAuth callback.

API usage can be found inside of implementations, provided out of the box:

Entity Config

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide API for module configuration entity. For developers only.

How to use

  • Define database at install file
  • Implement hook_entity_info() with Entity Config settings
  • Implement hook_menu(), hook_permission() and other
  • Write custom functions like form validate, user functions
  • Implement page callback using EntityConfig
  • That's all. No form for add/edit/delete entities at your module

See Entity Config Example module.