bootstrap = true; parent::__construct(); $this->fields_options = array( 'general' => array( 'title' => $this->trans('Post products settings ', array(), 'Modules.Jxblogpostproducts.Admin'), 'fields' => array( 'JXBLOGPOSTPRODUCTS_ITEMS_TO_SHOW' => array( 'title' => $this->trans('Number of visible related products', array(), 'Modules.Jxblogpostproducts.Admin'), 'desc' => $this->trans( 'How many related products display on the product page?', array(), 'Modules.Jxblogpostproducts.Admin' ), 'validation' => 'isInt', 'type' => 'text', 'default' => '4' ) ), 'submit' => array( 'title' => $this->trans('Save', array(), 'Modules.Jxblogpostproducts.Admin') ) ) ); } }