Enable renderInteractiveForms by default.

This commit is contained in:
Brendan Dahl 2020-08-12 09:17:58 -07:00
parent 7edc5cb79f
commit da62be0685
3 changed files with 10 additions and 4 deletions

View file

@ -121,7 +121,7 @@ const defaultOptions = {
},
renderInteractiveForms: {
/** @type {boolean} */
value: false,
value: true,
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
},
sidebarViewOnLoad: {