{	
	"[MEIN_HTML_BLOCK]": "<div style='text-align: right;color: red'>Hallo Welt</div>",

	"[icon_1]": "account-convert",

	"[alert_0]": {
		"color" : "#ffc685",
		"dismissible" : "true",
		"text" : "Das ist der Alert Text, mit der Farbe <b>'#ffc685'</b> als Setting"
	},	
	"[toast_1]": {
		"title_text" : "This is the TITLE of the Toast",
		"content" : "This is the Content of the Toast",
		"background_color" : "beige",
		"dismissible" : "true"
	},
	"[modal_1]": {
		"trigger": "OPEN THE MODAL WINDOW",
		"title" : "THIS IS THE TITLE OF A MODAL WINDOW",
		"content" : "<small>Lorem ipsum dolor sit amet consectetur adipisicing elit. Vel, voluptatum. Magni hic, voluptate debitis esse corporis dolor laudantium quae quo!</small>",
		"padding" : "25px",
		"max_width" : "600px",
		"button_text" : "Got it!",
		"space_title_content" : "1rem",
		"space_content_bottom" : "1rem",
		"trigger_text_color" : "blue",
		"trigger_font_weight" : "bold"
	},	

	"[badge_4]": {
		"background-color" : "blue",
		"text-color" : "white",
		"text" : "Hervorhebung"
	},

	"[note_1]": {
		"text_hover" : "Wenn Sie hier mit der Maus drüberfahren ...",
		"text_note" : "... dann wird ein kleine Notiz eingeblendet",
		"make_italic" : "true",
		"cursor_style" : "help"
	},

	"[news_1]": {
		"text" : "Lorem ipsum dolor sit amet consectetur adipisicing elit. Vel, voluptatum. Magni hic, voluptate debitis esse corporis dolor laudantium quae quo!",
		"background_color" : "#f9f9f9",
		"text_color" : "darkred",
		"font_weight" : "bold",
		"speed" : "10"
	}
}