2017 © Pedro Peláez
 

magento-module widgetimage

Magento extension that adds a widget helper block

image

theextensionlab/widgetimage

Magento extension that adds a widget helper block

  • Sunday, November 6, 2016
  • by razbakov
  • Repository
  • 1 Watchers
  • 3 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 63 % Grown

The README.md

TheExtensionLab_WidgetImage

TheExtensionLab_WidgetImage this extension adds a widget helper_block that developers can utilize to add a image choose/uploader to the widget interface This extension is often a dependency of our other extensions., (*1)

Example Use

In your modules widget.xml file simply add the helper block below to the field you want to be an image selector., (*2)

  <featured_image>
      <visible>1</visible>
      <required>0</required>
      <label>CMS Image</label>
      <type>label</type>
      <helper_block>
          <type>theextensionlab_widgetimage/adminhtml_widget_image_chooser</type>
          <data>
              <button translate="open">
                  <open>Select Image...</open>
              </button>
          </data>
      </helper_block>
      <sort_order>10</sort_order>
  </featured_image>

Uninstallation

To uninstall this file simple remove all files, a list of which can be found in the modman file., (*3)

Developer

James Anelay - TheExtensionLab, (*4)

http://www.theextensionlab.com, (*5)

@JamesAnelay - @TheExtensionLab, (*6)

License

OSL-3.0, (*7)

(c) 2015 TheExtensionLab, (*8)

The Versions

06/11 2016

dev-master

9999999-dev

Magento extension that adds a widget helper block

  Sources   Download

OSL-3.0

The Requires

 

by James Anelay

06/11 2016

1.0.1

1.0.1.0

Magento extension that adds a widget helper block

  Sources   Download

OSL-3.0

The Requires

 

by James Anelay

11/09 2015

1.0.0

1.0.0.0

Magento extension that adds a widget helper block

  Sources   Download

OSL-3.0

The Requires

 

by James Anelay