Created
September 22, 2016 21:21
-
-
Save jamiehs/5dd7bca18b9e167a20a152c785ac4f9a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// The default number of parapraphs to be inserted | |
"default_paragraph_count": 1, | |
// The default number of words for each parapraph to be inserted | |
"default_word_count": 7, | |
// If true, the generated text will always starts with "Lorem ipsum" | |
"always_start_with_lorem_ipsum": false, | |
// If true, it creates different random text content every time, otherwise, | |
// it creates text from a fixed content every time and the "always start with | |
// lorem ipsum" option will be forced enabled. | |
"generate_random_text": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment