Count round thousands

Component type

module

Maintenance status

Development status

Downloads

168

Component created

Component changed

Count round thousand to a K style count like facebook Share, Twitter Button. Like

3000 --> 3k
35500 --> 35.5k
905000 --> 905k
5500000 --> 5.5m
88800000 --> 88.8m
745000000 --> 745m
2000000000 --> 2b
22200000000 --> 22.2b
1000000000000 --> 1t (1 trillion)

This works with Views integer fields.

Header formatter

Component type

module

Maintenance status

Development status

Downloads

1169

Component created

Component changed

Introduction
------------
This module adds a simple field formatter that allows a site builder to format a plain text field as a header.

Requirements
------------
None

Installation
------------
As you would any other Drupal module

Configuration
-------------
As you would any other field formatter.

Modal Configuration

Component type

module

Maintenance status

Development status

Downloads

341

Component created

Component changed

Introduction

Drupal module allows to configure the links in operation drop down to open in modal.

Drupal 8 core provides a way to open any link to open in a modal across the site. However it's used in very few places in core. Some of the core components like views have their own modal setup.

Install

Download and install using drush/composer/drupal.org as usual.

Expandable content (Ckeditor Plugin)

Component type

module

Maintenance status

Development status

Downloads

219

Component created

Component changed

Expandable content (Ckeditor Plugin)

This module provide a ckeditor plugin to add expandable content, by enabling this module you will be able to add expandable content which have multiple section with a heading followed by content, by default content is collapsed and on click of heading it will expand.

You can use this module along with ckeditor or wysiwyg module, but for wysiwyg module editor should be ckeditor.

Note: To use this feature you must have allowed div and classes, otherwise it will not work.

Third-party services

Component type

module

Maintenance status

Development status

Downloads

164

Component created

Component changed

Respect people privacy and let every particular user to decide which external services to be rendered on your pages.

The implementation is frontend-based, so you can safely use this project alongside with caching services, like Varnish or Nginx.

How to use

The main idea of implementation - to process fields and blocks and check their contents for external widgets. How this achieved?

Fields

Field formatter

Third-party services filtering might be enabled for every field.