2017 © Pedro PelĂĄez
 

magento2-module magento2-module-widget-extra-fields

Magento 2 module to add extra field types on widgets

image

staempfli/magento2-module-widget-extra-fields

Magento 2 module to add extra field types on widgets

  • Wednesday, May 9, 2018
  • by mhauri
  • Repository
  • 8 Watchers
  • 11 Stars
  • 1,809 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 4 Versions
  • 27 % Grown

The README.md

Magento 2 Widget Extra Fields

Codacy Badge Code Climate Issue Count, (*1)

Magento 2 module to add extra field types on widgets, (*2)

Installation

$ composer require "staempfli/magento2-module-widget-extra-fields":"~1.0"

Usage

ImageField

Use Staempfli\WidgetExtraFields\Block\Adminhtml\ImageField as block type in your widget parameter, (*3)

<widget id="<widget_id>" class="Vendor\Module\Block\Widget\<Your_Widget>" >
    <label translate="true">Widget Name</label>
    <description>Widget Description</description>
    <parameters>
        <parameter name="image" xsi:type="block" visible="true" sort_order="100" required="true">
            <label translate="true">Image</label>
            <block class="Staempfli\WidgetExtraFields\Block\Adminhtml\ImageField"/>
        </parameter>
    </parameters>
</widget>

image alt, (*4)

Prerequisites

  • PHP >= 7.0.*
  • Magento >= 2.1.*

Developers

Juan Alonso, and all other contributors, (*5)

License

Open Software License ("OSL") v. 3.0, (*6)

(c) 2017, StÀmpfli AG, (*7)

The Versions

09/05 2018

dev-master

9999999-dev

Magento 2 module to add extra field types on widgets

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/framework ~100.1|~101.0

 

file upload module widget image field magento2 wysiwyg

09/05 2018

dev-develop

dev-develop

Magento 2 module to add extra field types on widgets

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/framework ~100.1|~101.0

 

file upload module widget image field magento2 wysiwyg

09/05 2018

1.0.1

1.0.1.0

Magento 2 module to add extra field types on widgets

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/framework ~100.1|~101.0

 

file upload module widget image field magento2 wysiwyg

11/09 2017

1.0

1.0.0.0

Magento 2 module to add extra field types on widgets

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~7.0.0

 

file upload module widget image field magento2 wysiwyg