{
	"apiVersion": 3,
	"name": "pwd/gather",
	"title": "Gather",
	"category": "common",
	"icon": "collection",
	"description": "Advanced content display",

	"attributes": {
		"gather_max_posts": { "type": "string", "default": "1" },
		"gather_first_post": { "type": "string", "default": "1" },
		"gather_post_type": { "type": "string", "default": "post" },
		"gather_title": { "type": "string", "default": "" },
		"gather_partial_match_title_start": { "type": "boolean", "default": false },
		"gather_categories": { "type": "string", "default": "" },
		"gather_excluded_categories": { "type": "string", "default": "" },
		"gather_tags": { "type": "string", "default": "" },
		"gather_number_per_row": { "type": "string", "default": "1" },
		"gather_order_by": { "type": "string", "default": "date" },
		"gather_ascending": { "type": "boolean", "default": false },
		"gather_ignore_sticky": { "type": "boolean", "default": false },
		"gather_get_related": { "type": "boolean", "default": false },
		"gather_media_position": { "type": "string", "default": "top" },
		"gather_media_size": { "type": "string", "default": "thumbnail" },
		"gather_excerpt_length": { "type": "string", "default": "full" },
		"gather_excerpt_signoff": { "type": "string", "default": "..." },
		"gather_placeholder_image_src": { "type": "string", "default": "" },
		"gather_placeholder_image_id": { "type": "string", "default": "0" },
		"gather_show_media_only": { "type": "boolean", "default": false },
		"gather_show_media_caption": { "type": "boolean", "default": false },
		"gather_show_media_link": { "type": "boolean", "default": false },
		"gather_move_title_above": { "type": "boolean", "default": false },
		"gather_move_meta_above": { "type": "boolean", "default": false },
		"gather_move_meta_above_title": { "type": "boolean", "default": false },
		"gather_show_additional_full_excerpt": { "type": "boolean", "default": false },
		"gather_media_hover": { "type": "boolean", "default": false },
		"gather_show_figcaption_link": { "type": "boolean", "default": false },
		"gather_hide_margins": { "type": "boolean", "default": false },
		"gather_display_slideshow": { "type": "boolean", "default": false },
		"gather_autoplay_video": { "type": "boolean", "default": false },
		"gather_arrow_buttons": { "type": "boolean", "default": false },
		"gather_buttons_show_partial_match_text": { "type": "boolean", "default": false },
		"gather_use_thickbox": { "type": "boolean", "default": false },
		"gather_use_featured_images": { "type": "boolean", "default": false },
		"gather_slideshow_type": { "type": "string", "default": "prevnext" },
		"gather_button_text_prev": { "type": "string", "default": "<" },
		"gather_button_text_next": { "type": "string", "default": ">" },
		"gather_final_row_pad_empty": { "type": "boolean", "default": false },
		"gather_show_date_created": { "type": "boolean", "default": false },
		"gather_show_author": { "type": "boolean", "default": false },
		"gather_show_categories": { "type": "boolean", "default": false },
		"gather_show_tags": { "type": "boolean", "default": false },
		"gather_current_post_id": { "type": "string", "default": "0" },
		"gather_taxonomy_slug": { "type": "string", "default": "category" }
	}
}

