Splitting up text onto multiple lines?Solved
how can i make a list like line 1."Text"
                                         line 2."Text"
                                         line 3."text"
solved it its 
"text": " text \n text",  
to look like this : text
                           text
Locked automatically