{
	"name": "dnxte/stacked-images-item",
	"d4Shortcode": "",
	"title": "Stacked Images Item",
	"titles": "Stacked Images Items",
	"moduleIcon": "dnxte/NextStackedImagesItem",
	"moduleClassName": "dnxte-stacked-image-item",
	"moduleOrderClassName": "dnxte-stacked-image-item",
	"parentModuleName": "dnxte/stacked-images",
	"category": "child-module",
	"attributes": {
		"module": {
			"type": "object",
			"selector": "{{selector}} .dnxte-si-tooltip-element",
			"default": {
				"meta": {
					"adminLabel": {
						"desktop": {
							"value": "Stacked Image Item"
						}
					}
				}
			},
			"styleProps": {
				"background": {
					"selector": "{{selector}}.dnxte-stacked-image-item",
					"important": true
				},
				"border": {
					"selector": "{{selector}}.dnxte-stacked-image-item",
					"important": true
				},
				"spacing": {
					"selector": "{{selector}}.dnxte-stacked-image-item",
					"important": true
				},
				"sizing": {
					"selector": "{{selector}}.dnxte-stacked-image-item",
					"important": true
				}
			}
		},
		"stackedImagesItem": {
			"type": "object",
			"selector": "{{selector}} .dnxte-stacked-image-item",
			"default": {
				"innerContent": {
					"desktop": {
						"value": "Tooltip Text"
					}
				},
				"advanced": {
					"type": {
						"desktop": {
							"value": "image"
						}
					},
					"image": {
						"desktop": {
							"value": {
								"src": "",
								"alt": "Stacked Image"
							}
						}
					},
					"zIndex": {
						"desktop": {
							"value": "1"
						}
					},
					"imageWidth": {
						"desktop": {
							"value": "100px"
						}
					},
					"imageHeight": {
						"desktop": {
							"value": "100px"
						}
					}
				},
				"decoration": {}
			},
			"styleProps": {
				"background": {
					"important": true
				},
				"border": {
					"important": true
				},
				"boxShadow": {
					"important": true
				},
				"filters": {
					"important": true
				}
			}
		},
		"icon": {
			"type": "object",
			"selector": "{{selector}} .dnxte-stacked-image-icon",
			"default": {
				"innerContent": {
					"desktop": {
						"value": {
							"unicode": "&#x4e;",
							"type": "divi",
							"weight": "400"
						}
					}
				},
				"advanced": {
					"size": {
						"desktop": {
							"value": "100px"
						}
					},
					"color": {
						"desktop": {
							"value": ""
						}
					},
					"alignment": {
						"desktop": {
							"value": "center"
						}
					}
				}
			}
		}
	}
}
