Download the PHP package morethanthemes/extra_icon_features without Composer

On this page you can find all versions of the php package morethanthemes/extra_icon_features. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package extra_icon_features

Moved to Drupal https://www.drupal.org/project/extra_icon_features

Extra Icon Features Recipe

Overview

The Extra Icon Features recipe provides a customizable block type that allows you to create icon-based feature sections for your Drupal website. This recipe creates both a block content type and a paragraph type, making it flexible for various layout scenarios.

Features

Requirements

Installation

To install via Composer, run:

`

This recipe can be applied using Drupal's recipe system:

What's Included

Content Types

Fields

Display Modes

Sample Content

The recipe includes a sample "Great features at a glance" block with 8 pre-configured icon features:

Usage

Creating Icon Feature Blocks

  1. Navigate to Structure > Block layout > Custom block library
  2. Click "Add custom block" and select "Icon Features"
  3. Configure the column layout using CSS classes (e.g., "col-lg-3 col-md-6 four-columns")
  4. Add icon feature items by clicking "Add Icon Features"
  5. For each item, configure:
    • Title text
    • Description text
    • FontAwesome icon selection
    • Optional image upload
    • Optional link URL

Using Icon Features in Layout Builder

The Icon Features block can be placed in any Layout Builder-enabled content using the block placement interface.

Customizing Column Layouts

The field_mt_if_columns field accepts CSS classes for responsive column layouts:

Customization

Styling

The recipe provides basic structure but relies on your theme for styling. Common CSS classes to target:

Additional Fields

You can extend the Icon Features paragraph type with additional fields through the Drupal admin interface:

  1. Go to Structure > Paragraphs types > Icon Features > Manage fields
  2. Add new fields as needed
  3. Configure display settings in Manage display

View Modes

Customize the display by creating or modifying view modes:

  1. Go to Structure > Display modes > View modes
  2. Edit existing view modes or create new ones
  3. Configure field display settings for each view mode

Troubleshooting

FontAwesome Icons Not Displaying

Layout Issues

License

Licensed under GPL-2.0-or-later.

Organization

Developed by More than Themes for Webmaker+

Contributing

Contributions are welcome! Feel free to submit issues or feature requests.


All versions of extra_icon_features with dependencies

PHP Build Version
Package Version
Requires drupal/core Version >=10.4 || ^11
drupal/paragraphs Version ^1.19
drupal/fontawesome Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package morethanthemes/extra_icon_features contains the following files

Loading the files please wait ...