Skip to content

Instantly share code, notes, and snippets.

@jamiehs
Created September 22, 2016 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiehs/5dd7bca18b9e167a20a152c785ac4f9a to your computer and use it in GitHub Desktop.
Save jamiehs/5dd7bca18b9e167a20a152c785ac4f9a to your computer and use it in GitHub Desktop.
{
// 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