Documentation
Placeholder
Type: Boolean
, String
Default: false
The usual way to specify a placeholder through an attribute at the element for which the Article is run:
<textarea id="entry" placeholder="Type something..."></textarea>
Placeholder can be specified using the setting:
// element
<textarea id="entry"></textarea>
// call
ArticleEditor('#entry', {
css: '/your-article-dist-path/',
placeholder: 'Type something...'
});