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