'Testimonial Section', ]); $testimonial_001 // Content Tab ->addTab('Content', ['placement' => 'top']) ->addRepeater('testimonials', [ 'label' => 'Testimonials', 'min' => 1, 'button_label' => 'Add Testimonial', ]) ->addWysiwyg('quote', [ 'label' => 'Testimonial Quote', 'default_value' => '

This is a really great time for GeoDirectory and our customers...

', ]) ->addText('author', [ 'label' => 'Author Name', 'placeholder' => 'Enter the author name...', 'default_value' => 'John Doe, CEO, GeoDirectory', ]) ->addImage('author_image', [ 'label' => 'Author Image', 'return_format' => 'array', ]) ->addTrueFalse('show_svg', [ 'label' => 'Show SVG Icon', 'ui' => 1, 'default_value' => 1, ]) ->endRepeater() // Design Tab ->addTab('Design', ['placement' => 'top']) ->addColorPicker('background_color', [ 'label' => 'Section Background Color', 'default_value' => '#FFFF00', // Default yellow background ]); return $testimonial_001;