Skip to content

Magento extension that adds a widget helper block - allows developer to easily add widget image uploader/selector

Notifications You must be signed in to change notification settings

TheExtensionLab/WidgetImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Example Use

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

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

Developer

James Anelay - TheExtensionLab

http://www.theextensionlab.com

@JamesAnelay - @TheExtensionLab

License

OSL-3.0

Copyright

(c) 2015 TheExtensionLab

About

Magento extension that adds a widget helper block - allows developer to easily add widget image uploader/selector

Resources

Stars

Watchers

Forks

Packages

No packages published