{
	"name": "el/dynamic-masonry-gallery",
	"d4Shortcode": "el_dynamic_masonry_gallery",
	"title": "Dynamic Masonry Gallery",
	"titles": "Dynamic Masonry Gallery",
	"category": "module",
	"moduleIcon": "divi/module-blog",
	"attributes": {
		"module": {
			"type": "object",
			"selector": "{{selector}}"
		},
		"images": {
			"type": "object",
			"selector": "{{selector}} .el_masonry_gallery_item img",
			"styleProps": {
				"border": {
                    "selector": "{{selector}} .el_masonry_gallery_item .el_masonry_gallery_image_wrapper"
                }
			}
		},
		"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_wrapper li a"
		},
		"loadmore_button": {
			"type": "object",
			"selector": "{{selector}} .el_masonry_gallery_pagination_wrapper .el-dynamic-gallery-load-more",
			"elementType": "button",
			"styleProps": {
				"spacing": { "important": true }
			}
		}
    },
	"style": [ "divi-gallery-extended-dynamic-masonry-gallery" ],
	"script": [ "divi-gallery-extended-dynamic-masonry-gallery" ]
}
