simple-test.html has two values for the data-commentBlockLabel attribute: smart-comment and dumb-comment. Ideally I'd like to turn comments off/on by class, by block or by page. Attaching 3 imgs of mockups for "turn on dumb-comment", "turn-on smart-comment" and "turn on all"
Done, for now. Display turned out to be a PITA, and your author was reduced to learning flex-box in CSS and how to re-order elements with jQuery. But it remains simple, from the implementation standpoint.
simple-test.html
has two values for thedata-commentBlockLabel
attribute:smart-comment
anddumb-comment
. Ideally I'd like to turn comments off/on by class, by block or by page. Attaching 3 imgs of mockups for "turn on dumb-comment", "turn-on smart-comment" and "turn on all"