Jump to content

Custom input file_lang in module admin controller


Recommended Posts

Hi, I have structure:

module
	controller
		admin
			AdminMyModuleController
	views
		templates
			admin
				_configure
					helpers
						form
							form.tpl

$this->fields_form = array(

            'tinymce' => true,

            'legend' => array(

                'title' => $this->l('MyTitle'),

                'icon' => 'icon-tags'

            ),

            'input' => array(

                array(

                    'type' => 'file_lang',                              

                    'label' => $this->l('Thumbnail:'),

                    'name' => 'thumb',

                    'lang' => true,

                    'class' => 'col-lg-6',

                ),

 

But in admin controller new field from views/templates/admin/_configure/helpers/form/form.tpl  it does not show up

Plese help me

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...