{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "atr-blocks/atr-inline-rtl-ltr",
	"version": "0.1.0",
	"title": "Atr Inline Rtl Ltr",
	"category": "text",
	"icon": "smiley",
	"description": "A handy tool for mixed Rtl Ltr writing directions. Wrap words (or sentences) in paragraph block with span element and change their direction from rtl to ltr and vice versa. Uses dir='rtl' or dir='ltr' See also https://www.w3.org/International/articles/inline-bidi-markup/. <br> Note that the wrapping element is <span dir='rtl' || dir='ltr' class='atr-inline-direction-rtl' || class='atr-inline-direction-ltr'> so you can control it through your site CSS as well. I.E. .atr-inline-direction-rtl{direction: rtl;display:inline-block}",
	"keywords": ["RTL", "LTR", "Text direction"],
	"textdomain": "atr-inline-rtl-ltr",
	"editorScript": "file:./index.js"
}