Tribe__Events__Customizer__Widget::setup()


Source

File: src/Tribe/Customizer/Widget.php

	public function setup() {
		$this->defaults = array(
			'calendar_header_color' => '#999',
			'calendar_datebar_color' => '#e0e0e0',
			'featured_show_images' => true,
		);

		$this->arguments = array(
			'priority'    => 70,
			'capability'  => 'edit_theme_options',
			'title'       => esc_html__( 'Widgets', 'the-events-calendar' ),
			'description' => esc_html__( 'Options selected here will override what was selected in the "General Theme" and "Global Elements" sections', 'the-events-calendar' ),
		);
	}