Skip to content
Snippets Groups Projects
Forked from project / drupal
Source project has a limited visibility.

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Recommended modules
  • Installation
  • Configuration
  • Troubleshooting
  • FAQ
  • Maintainers

INTRODUCTION

Extra Paragraph Types: Tabs module create a new paragraph type for tabs. Tab content can be paragraphs, pages, Views and formatted text. Tabs are based on jQuery UI Tabs plugin and have various settings for the jquery plugin.

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. EPT Tabs module requires Page content type to be installed.

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 paragraphs 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

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 Tabs 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

FAQ

Q: Why Tab Title is formatted text field?

A: Requirements for tabs can be different, EPT: Tabs module tends to be flexible. Formatted text fields allows to output additional Font Awesome icons with tag, emphasize some words with bold font or italic, display different titles for mobile and desktop version using css classes, such are .visible-sm, .hidden-md for Bootstrap.

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