UNPKG

draft-js-single-line-plugin

Version:

Restrict a draft-js editor to a single line of input.

118 lines (117 loc) 2.16 kB
export default { "entityMap": { "0": { "type": "LINK", "mutability": "MUTABLE", "data": { "url": "http://icelab.com.au" } }, "1": { "type": "image", "mutability": "IMMUTABLE", "data": { "src": "http://placekitten.com/300/100" } }, "2": { "type": "LINK", "mutability": "MUTABLE", "data": { "url": "http://makenosound.com" } }, "3": { "type": "image", "mutability": "IMMUTABLE", "data": { "src": "http://placekitten.com/200/100" } } }, "blocks": [ { "key": "a34sd", "text": "Hello World!", "type": "unstyled", "depth": 0, "inlineStyleRanges": [ { "offset": 0, "length": 12, "style": "BOLD" }, { "offset": 6, "length": 6, "style": "ITALIC" } ], "entityRanges": [ { "offset": 0, "length": 5, "key": 0 } ] }, { "key": "2em79", "text": "I am new content.", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [] }, { "key": "55vrh", "text": "🍺", "type": "atomic", "depth": 0, "inlineStyleRanges": [], "entityRanges": [ { "offset": 0, "length": 1, "key": 1 } ] }, { "key": "dodnk", "text": "I am more content.", "type": "unordered-list-item", "depth": 0, "inlineStyleRanges": [], "entityRanges": [ { "offset": 10, "length": 7, "key": 2 } ] }, { "key": "6103o", "text": "🍺", "type": "atomic", "depth": 0, "inlineStyleRanges": [], "entityRanges": [ { "offset": 0, "length": 1, "key": 3 } ] }, { "key": "evsu5", "text": "", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [] } ] };