remark42 icon indicating copy to clipboard operation
remark42 copied to clipboard

Readme for frontend configuration doesn't show default values

Open paskal opened this issue 4 years ago • 0 comments

Setup on your website "Comments" section shows frontend configuration with non-default values and defaults ones written in the comments: I propose to have all default values listed there and mark if a key is optional and what values it can take other than the default in the comments.

For example

// currently
show_email_subscription: false // optional param; by default it is `true` <...>
// should be
show_email_subscription: true // optional param

paskal avatar Aug 23 '20 10:08 paskal