Skip to content
Snippets Groups Projects
user avatar
Project-Update-bot authored
2ef5d6d6
History

Extra Paragraph Types (EPT): Stats

Extra Paragraph Types: Stats module provides ability to add Numbers with Text/Icons, Description and Title with WYSIWYG editor.

For a full description of the module, visit the project page.

Submit bug reports and feature suggestions, or track changes in the issue queue.

Contents of this file

  • Requirements
  • Recommended modules
  • Installation
  • Configuration
  • Troubleshooting
  • SCSS compiling
  • FAQ
  • Maintainers

Requirements

This module requires the following modules:

EPT Modules use Media module with Media Image type for background images. Check Media Image type exists before install EPT Core module.

Recommended modules

EPT modules provide ability to add different paragraphs in few clicks. You can install separate paragraph types from this bunch of EPT modules:

More about EPT blocks read on EPT Core module page: EPT Core

If you are looking for Extra Block Types, You can check out this bunch of EBT modules:

More about EBT blocks read on EBT Core module page: EBT Core

If you want to enhance UI for adding Blocks from Layout builder try this module: Layout Builder Modal

If you want to enhance UI for adding Paragraphs try these modules: Paragraphs Edit Paragraphs Modal Edit

Installation

  • Install as you would normally install a contributed Drupal module. Visit Installing Drupal Modules for further information.

Configuration

Tab page field is working only for Page content type by default. You should add another content types on "Tab page settings for Tab" settings form:

/admin/structure/paragraphs_type/ept_tab/fields/paragraph.ept_tab.field_ept_tab_page

EPT Core has configuration form with Primary/Secondary colors and Mobile/Tablet/Desktop breakpoints in Administration » Configuration » Content authoring » Extra Paragraph Types (EPT) settings

These configs will be applied to other EPT paragraphs by default.

Troubleshooting

  • If you see the error during EPT modules installation: "The EPT Carousel needs to be created "Image" media type. (Currently using Media type Image version Not created)" Then you need to create Image media type: Structure » Media types » Add media type

SCSS compiling

You should install Nodejs and Gulp globally to compile SCSS for the module.

npm install --global gulp-cli

Then run:

npm install

and

gulp watch

FAQ

Q: Can I use only one EPT paragraph type, for example EPT Slideshow, without other modules?

A: Yes, sure. EPT paragraph types tend to be standalone modules. You can install only needed paragraph types.

Maintainers