Update mod.js

Re-added description
This commit is contained in:
Ryo Hilmawan 2020-11-06 02:30:31 +07:00 committed by GitHub
parent 418cd6d871
commit 7569007d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,9 @@ module.exports = {
{
key: 'indentation_lines',
label: 'indentation lines for bullets',
desc:
"adds vertical indentation or relationship lines to make bullet trees\
easier to follow",
type: 'select',
value: ['none', 'solid', 'dashed', 'dotted', 'soft'],
},