{
	"name": "el/masonry-gallery",
	"d4Shortcode": "el_masonry_gallery",
	"title": "Masonry Gallery",
	"titles": "Masonry Gallery",
	"category": "module",
	"moduleIcon": "divi/module-blog",
	"attributes": {
		"module": {
			"type": "object",
			"selector": "{{selector}}"
		},
		"images": {
			"type": "object",
			"selector": "{{selector}} .el_masonry_gallery_item img"
		},
		"configurations": { "type": "object" },
		"elements": { "type": "object" },
		"title": {
			"type": "object",
			"selector": "{{selector}} .el_masonry_gallery_item_title",
			"styleProps": {
				"spacing": {
					"selector": "{{selector}} .el_masonry_gallery_title_caption_wrapper"
				}
			}
		},
		"caption": {
			"type": "object",
			"selector": "{{selector}} .el_masonry_gallery_item_caption"
		},
		"category": {
			"type": "object",
			"selector": "{{selector}} .el_masonry_gallery_filter_wrapper .el_masonry_gallery_filter_categories li:not(.el_masonry_gallery_active_category)"
		},
		"active_category": {
			"type": "object",
			"selector": "{{selector}} .el_masonry_gallery_filter_wrapper .el_masonry_gallery_filter_categories li.el_masonry_gallery_active_category"
		},
		"overlay": {
			"type": "object",
			"styleProps": {
				"spacing": {
					"selector": "{{selector}} .el_masonry_gallery_item .dge-overlay-with-icons .dge-overlay-icon"
				}
			}
		},
		"lightbox": { "type": "object" },
		"lightbox_title": {
			"type": "object",
			"selector": "{{selector}}_lightbox .mfp-bottom-bar .el_masonry_gallery_item_title"
		},
		"lightbox_caption": {
			"type": "object",
			"selector": "{{selector}}_lightbox .mfp-bottom-bar .el_masonry_gallery_item_caption"
		},
		"pagination": { "type": "object" },
		"pagination_text": {
			"type": "object",
			"selector": "{{selector}} .el_masonry_gallery_pagination li a"
		},
		"loadmore_button": {
			"type": "object",
			"selector": "{{selector}} .el_masonry_gallery_pagination_wrapper .el-masonry-gallery-load-more",
			"elementType": "button",
			"styleProps": {
				"spacing": { "important": true }
			}
		}
	},
	"style": [ "divi-gallery-extended-masonry-gallery" ],
	"script": [ "divi-gallery-extended-masonry-gallery" ]
}
