@pie-element/ebsr 14.1.1-next.2 → 14.2.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/CHANGELOG.json +1547 -0
  2. package/CHANGELOG.md +2265 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +62 -0
  5. package/configure/CHANGELOG.json +992 -0
  6. package/configure/CHANGELOG.md +2130 -0
  7. package/configure/lib/defaults.js +229 -0
  8. package/configure/lib/defaults.js.map +1 -0
  9. package/configure/lib/index.js +154 -0
  10. package/configure/lib/index.js.map +1 -0
  11. package/configure/lib/main.js +222 -0
  12. package/configure/lib/main.js.map +1 -0
  13. package/configure/package.json +23 -0
  14. package/configure/src/__tests__/index.test.js +492 -0
  15. package/{src/author/defaults.ts → configure/src/defaults.js} +0 -10
  16. package/{src/author/index.ts → configure/src/index.js} +6 -16
  17. package/{src/author/main.tsx → configure/src/main.jsx} +4 -14
  18. package/controller/CHANGELOG.json +552 -0
  19. package/controller/CHANGELOG.md +1269 -0
  20. package/controller/lib/defaults.js +31 -0
  21. package/controller/lib/defaults.js.map +1 -0
  22. package/controller/lib/index.js +448 -0
  23. package/controller/lib/index.js.map +1 -0
  24. package/controller/lib/utils.js +18 -0
  25. package/controller/lib/utils.js.map +1 -0
  26. package/controller/package.json +18 -0
  27. package/controller/src/__tests__/index.test.js +591 -0
  28. package/controller/src/__tests__/utils.test.js +48 -0
  29. package/{src/controller/defaults.ts → controller/src/defaults.js} +0 -10
  30. package/{src/controller/index.ts → controller/src/index.js} +3 -13
  31. package/{src/controller/utils.ts → controller/src/utils.js} +0 -10
  32. package/docs/config-schema.json +5787 -0
  33. package/docs/config-schema.json.md +4278 -0
  34. package/docs/demo/config.js +8 -0
  35. package/docs/demo/generate.js +52 -0
  36. package/docs/demo/index.html +2 -0
  37. package/docs/demo/session.js +14 -0
  38. package/docs/pie-schema.json +2911 -0
  39. package/docs/pie-schema.json.md +2142 -0
  40. package/ebsr.png +0 -0
  41. package/lib/index.js +207 -0
  42. package/lib/index.js.map +1 -0
  43. package/lib/print.js +186 -0
  44. package/lib/print.js.map +1 -0
  45. package/module/configure.js +1 -0
  46. package/module/controller.js +5664 -0
  47. package/module/demo.js +77 -0
  48. package/module/element.js +1 -0
  49. package/module/index.html +21 -0
  50. package/module/manifest.json +14 -0
  51. package/module/print-demo.js +115 -0
  52. package/module/print.html +18 -0
  53. package/module/print.js +1 -0
  54. package/package.json +18 -59
  55. package/src/__tests__/index.test.js +129 -0
  56. package/src/{delivery/index.tsx → index.js} +2 -12
  57. package/src/{print/index.tsx → print.js} +2 -12
  58. package/dist/author/defaults.d.ts +0 -67
  59. package/dist/author/defaults.d.ts.map +0 -1
  60. package/dist/author/defaults.js +0 -161
  61. package/dist/author/index.d.ts +0 -35
  62. package/dist/author/index.d.ts.map +0 -1
  63. package/dist/author/index.js +0 -78
  64. package/dist/author/main.d.ts +0 -23
  65. package/dist/author/main.d.ts.map +0 -1
  66. package/dist/author/main.js +0 -121
  67. package/dist/controller/defaults.d.ts +0 -16
  68. package/dist/controller/defaults.d.ts.map +0 -1
  69. package/dist/controller/defaults.js +0 -26
  70. package/dist/controller/index.d.ts +0 -43
  71. package/dist/controller/index.d.ts.map +0 -1
  72. package/dist/controller/index.js +0 -186
  73. package/dist/controller/utils.d.ts +0 -11
  74. package/dist/controller/utils.d.ts.map +0 -1
  75. package/dist/controller/utils.js +0 -8
  76. package/dist/delivery/index.d.ts +0 -27
  77. package/dist/delivery/index.d.ts.map +0 -1
  78. package/dist/delivery/index.js +0 -132
  79. package/dist/index.d.ts +0 -2
  80. package/dist/index.d.ts.map +0 -1
  81. package/dist/index.iife.d.ts +0 -9
  82. package/dist/index.iife.d.ts.map +0 -1
  83. package/dist/index.iife.js +0 -165
  84. package/dist/index.js +0 -2
  85. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_DataView.js +0 -6
  86. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Hash.js +0 -16
  87. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_ListCache.js +0 -16
  88. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Map.js +0 -6
  89. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_MapCache.js +0 -16
  90. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Promise.js +0 -6
  91. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Set.js +0 -6
  92. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_SetCache.js +0 -11
  93. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Stack.js +0 -13
  94. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Symbol.js +0 -5
  95. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Uint8Array.js +0 -5
  96. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_WeakMap.js +0 -6
  97. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_apply.js +0 -12
  98. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayEach.js +0 -7
  99. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayFilter.js +0 -10
  100. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayLikeKeys.js +0 -15
  101. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayMap.js +0 -7
  102. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayPush.js +0 -7
  103. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arraySome.js +0 -7
  104. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_assignValue.js +0 -10
  105. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_assocIndexOf.js +0 -8
  106. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssign.js +0 -8
  107. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignIn.js +0 -8
  108. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignValue.js +0 -12
  109. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseClone.js +0 -57
  110. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseCreate.js +0 -14
  111. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGet.js +0 -10
  112. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetAllKeys.js +0 -9
  113. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetTag.js +0 -10
  114. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsArguments.js +0 -9
  115. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqual.js +0 -8
  116. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqualDeep.js +0 -30
  117. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsMap.js +0 -9
  118. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNative.js +0 -11
  119. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsSet.js +0 -9
  120. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsTypedArray.js +0 -11
  121. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeys.js +0 -12
  122. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeysIn.js +0 -13
  123. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseRest.js +0 -9
  124. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseSetToString.js +0 -14
  125. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseTimes.js +0 -7
  126. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseToString.js +0 -15
  127. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseUnary.js +0 -8
  128. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cacheHas.js +0 -6
  129. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_castPath.js +0 -10
  130. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneArrayBuffer.js +0 -8
  131. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneBuffer.js +0 -10
  132. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneDataView.js +0 -8
  133. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneRegExp.js +0 -8
  134. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneSymbol.js +0 -8
  135. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneTypedArray.js +0 -8
  136. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copyArray.js +0 -8
  137. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copyObject.js +0 -14
  138. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copySymbols.js +0 -8
  139. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copySymbolsIn.js +0 -8
  140. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_coreJsData.js +0 -5
  141. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_defineProperty.js +0 -10
  142. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalArrays.js +0 -35
  143. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalByTag.js +0 -35
  144. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalObjects.js +0 -32
  145. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_freeGlobal.js +0 -4
  146. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeys.js +0 -9
  147. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeysIn.js +0 -9
  148. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getMapData.js +0 -8
  149. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getNative.js +0 -9
  150. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getPrototype.js +0 -5
  151. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getRawTag.js +0 -14
  152. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getSymbols.js +0 -10
  153. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getSymbolsIn.js +0 -11
  154. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getTag.js +0 -23
  155. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getValue.js +0 -6
  156. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashClear.js +0 -7
  157. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashDelete.js +0 -7
  158. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashGet.js +0 -13
  159. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashHas.js +0 -9
  160. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashSet.js +0 -9
  161. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneArray.js +0 -8
  162. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneByTag.js +0 -33
  163. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneObject.js +0 -9
  164. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIndex.js +0 -8
  165. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIterateeCall.js +0 -12
  166. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isKey.js +0 -11
  167. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isKeyable.js +0 -7
  168. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isMasked.js +0 -11
  169. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isPrototype.js +0 -8
  170. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheClear.js +0 -6
  171. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheDelete.js +0 -9
  172. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheGet.js +0 -8
  173. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheHas.js +0 -7
  174. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheSet.js +0 -8
  175. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheClear.js +0 -13
  176. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheDelete.js +0 -8
  177. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheGet.js +0 -7
  178. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheHas.js +0 -7
  179. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheSet.js +0 -8
  180. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapToArray.js +0 -9
  181. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_memoizeCapped.js +0 -11
  182. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeCreate.js +0 -5
  183. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeys.js +0 -5
  184. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeysIn.js +0 -8
  185. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nodeUtil.js +0 -9
  186. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_objectToString.js +0 -7
  187. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overArg.js +0 -8
  188. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overRest.js +0 -13
  189. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_root.js +0 -5
  190. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setCacheAdd.js +0 -7
  191. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setCacheHas.js +0 -6
  192. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToArray.js +0 -9
  193. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToString.js +0 -6
  194. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_shortOut.js +0 -14
  195. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackClear.js +0 -7
  196. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackDelete.js +0 -7
  197. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackGet.js +0 -6
  198. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackHas.js +0 -6
  199. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackSet.js +0 -16
  200. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stringToPath.js +0 -10
  201. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toKey.js +0 -10
  202. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toSource.js +0 -15
  203. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/cloneDeep.js +0 -8
  204. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/constant.js +0 -8
  205. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/defaults.js +0 -16
  206. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/eq.js +0 -6
  207. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/get.js +0 -8
  208. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/identity.js +0 -6
  209. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArguments.js +0 -10
  210. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArray.js +0 -4
  211. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArrayLike.js +0 -8
  212. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isBuffer.js +0 -6
  213. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isEmpty.js +0 -21
  214. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isEqual.js +0 -7
  215. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isFunction.js +0 -11
  216. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isLength.js +0 -7
  217. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isMap.js +0 -7
  218. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObject.js +0 -7
  219. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObjectLike.js +0 -6
  220. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isSet.js +0 -7
  221. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isSymbol.js +0 -9
  222. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isTypedArray.js +0 -7
  223. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keys.js +0 -9
  224. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keysIn.js +0 -9
  225. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/memoize.js +0 -16
  226. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubArray.js +0 -6
  227. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubFalse.js +0 -6
  228. package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/toString.js +0 -7
  229. package/dist/print/index.d.ts +0 -26
  230. package/dist/print/index.d.ts.map +0 -1
  231. package/dist/print/index.js +0 -107
  232. package/src/index.iife.ts +0 -16
  233. package/src/index.ts +0 -1
@@ -0,0 +1,4278 @@
1
+ Config Object for @pie-elements/ebsr
2
+
3
+ The schema defines the following properties:
4
+
5
+ # `partA` (object, required)
6
+
7
+ Properties of the `partA` object:
8
+
9
+ ## `addChoiceButton` (object)
10
+
11
+ Properties of the `addChoiceButton` object:
12
+
13
+ ### `settings` (boolean)
14
+
15
+ Indicates if the item has to be displayed in the Settings Panel
16
+
17
+ ### `label` (string)
18
+
19
+ Indicates the label for the item that has to be displayed in the Settings Panel
20
+
21
+ ## `choiceMode` (object)
22
+
23
+ Properties of the `choiceMode` object:
24
+
25
+ ### `settings` (boolean)
26
+
27
+ Indicates if the item has to be displayed in the Settings Panel
28
+
29
+ ### `label` (string)
30
+
31
+ Indicates the label for the item that has to be displayed in the Settings Panel
32
+
33
+ ## `choicePrefix` (object)
34
+
35
+ Properties of the `choicePrefix` object:
36
+
37
+ ### `settings` (boolean)
38
+
39
+ Indicates if the item has to be displayed in the Settings Panel
40
+
41
+ ### `label` (string)
42
+
43
+ Indicates the label for the item that has to be displayed in the Settings Panel
44
+
45
+ ## `deleteChoice` (object)
46
+
47
+ Properties of the `deleteChoice` object:
48
+
49
+ ### `settings` (boolean)
50
+
51
+ Indicates if the item has to be displayed in the Settings Panel
52
+
53
+ ### `label` (string)
54
+
55
+ Indicates the label for the item that has to be displayed in the Settings Panel
56
+
57
+ ## `feedback` (object)
58
+
59
+ Properties of the `feedback` object:
60
+
61
+ ### `settings` (boolean)
62
+
63
+ Indicates if the item has to be displayed in the Settings Panel
64
+
65
+ ### `label` (string)
66
+
67
+ Indicates the label for the item that has to be displayed in the Settings Panel
68
+
69
+ ## `lockChoiceOrder` (object)
70
+
71
+ Properties of the `lockChoiceOrder` object:
72
+
73
+ ### `settings` (boolean)
74
+
75
+ Indicates if the item has to be displayed in the Settings Panel
76
+
77
+ ### `label` (string)
78
+
79
+ Indicates the label for the item that has to be displayed in the Settings Panel
80
+
81
+ ## `prompt` (object)
82
+
83
+ Properties of the `prompt` object:
84
+
85
+ ### `inputConfiguration` (object)
86
+
87
+ Properties of the `inputConfiguration` object:
88
+
89
+ #### `math` (object)
90
+
91
+ Properties of the `math` object:
92
+
93
+ ##### `disabled` (boolean)
94
+
95
+ Indicates if the plugin is disabled or not
96
+
97
+ #### `audio` (object)
98
+
99
+ Properties of the `audio` object:
100
+
101
+ ##### `disabled` (boolean)
102
+
103
+ Indicates if the plugin is disabled or not
104
+
105
+ #### `video` (object)
106
+
107
+ Properties of the `video` object:
108
+
109
+ ##### `disabled` (boolean)
110
+
111
+ Indicates if the plugin is disabled or not
112
+
113
+ #### `image` (object)
114
+
115
+ Properties of the `image` object:
116
+
117
+ ##### `disabled` (boolean)
118
+
119
+ Indicates if the plugin is disabled or not
120
+
121
+ #### `customPlugins` (array)
122
+
123
+ An array of objects that determine custom plugins.
124
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
125
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
126
+
127
+ The object is an array with all elements of the type `object`.
128
+
129
+ The array object has the following properties:
130
+
131
+ ##### `event` (string, required)
132
+
133
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
134
+ PIE will emit the event prefixed with "PIE-".
135
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
136
+
137
+ ##### `iconAlt` (string, required)
138
+
139
+ The alt for the custom button icon
140
+
141
+ ##### `iconType` (string, required)
142
+
143
+ The icon type.
144
+ Currently, only "SVG" is supported.
145
+
146
+ ##### `icon` (string, required)
147
+
148
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
149
+
150
+ #### `blockquote` (object)
151
+
152
+ Properties of the `blockquote` object:
153
+
154
+ ##### `disabled` (boolean)
155
+
156
+ Indicates if the plugin is disabled or not
157
+
158
+ #### `h3` (object)
159
+
160
+ Properties of the `h3` object:
161
+
162
+ ##### `disabled` (boolean)
163
+
164
+ Indicates if the plugin is disabled or not
165
+
166
+ #### `characters` (object)
167
+
168
+ Properties of the `characters` object:
169
+
170
+ ##### `disabled` (boolean)
171
+
172
+ Indicates if the plugin is disabled or not
173
+
174
+ #### `bold` (object)
175
+
176
+ Properties of the `bold` object:
177
+
178
+ ##### `disabled` (boolean)
179
+
180
+ Indicates if the plugin is disabled or not
181
+
182
+ #### `html` (object)
183
+
184
+ Properties of the `html` object:
185
+
186
+ ##### `disabled` (boolean)
187
+
188
+ Indicates if the plugin is disabled or not
189
+
190
+ #### `italic` (object)
191
+
192
+ Properties of the `italic` object:
193
+
194
+ ##### `disabled` (boolean)
195
+
196
+ Indicates if the plugin is disabled or not
197
+
198
+ #### `ol_list` (object)
199
+
200
+ Properties of the `ol_list` object:
201
+
202
+ ##### `disabled` (boolean)
203
+
204
+ Indicates if the plugin is disabled or not
205
+
206
+ #### `redo` (object)
207
+
208
+ Properties of the `redo` object:
209
+
210
+ ##### `disabled` (boolean)
211
+
212
+ Indicates if the plugin is disabled or not
213
+
214
+ #### `strikethrough` (object)
215
+
216
+ Properties of the `strikethrough` object:
217
+
218
+ ##### `disabled` (boolean)
219
+
220
+ Indicates if the plugin is disabled or not
221
+
222
+ #### `sub` (object)
223
+
224
+ Properties of the `sub` object:
225
+
226
+ ##### `disabled` (boolean)
227
+
228
+ Indicates if the plugin is disabled or not
229
+
230
+ #### `sup` (object)
231
+
232
+ Properties of the `sup` object:
233
+
234
+ ##### `disabled` (boolean)
235
+
236
+ Indicates if the plugin is disabled or not
237
+
238
+ #### `table` (object)
239
+
240
+ Properties of the `table` object:
241
+
242
+ ##### `disabled` (boolean)
243
+
244
+ Indicates if the plugin is disabled or not
245
+
246
+ #### `ul_list` (object)
247
+
248
+ Properties of the `ul_list` object:
249
+
250
+ ##### `disabled` (boolean)
251
+
252
+ Indicates if the plugin is disabled or not
253
+
254
+ #### `underline` (object)
255
+
256
+ Properties of the `underline` object:
257
+
258
+ ##### `disabled` (boolean)
259
+
260
+ Indicates if the plugin is disabled or not
261
+
262
+ #### `undo` (object)
263
+
264
+ Properties of the `undo` object:
265
+
266
+ ##### `disabled` (boolean)
267
+
268
+ Indicates if the plugin is disabled or not
269
+
270
+ ### `required` (boolean)
271
+
272
+ Indicates if the item is required and the value cannot be empty
273
+
274
+ ### `settings` (boolean)
275
+
276
+ Indicates if the item has to be displayed in the Settings Panel
277
+
278
+ ### `label` (string)
279
+
280
+ Indicates the label for the item that has to be displayed in the Settings Panel
281
+
282
+ ## `settingsPanelDisabled` (boolean)
283
+
284
+ Indicates if the settings panel is not available
285
+
286
+ ## `spellCheck` (object)
287
+
288
+ Properties of the `spellCheck` object:
289
+
290
+ ### `settings` (boolean)
291
+
292
+ Indicates if the item has to be displayed in the Settings Panel
293
+
294
+ ### `label` (string)
295
+
296
+ Indicates the label for the item that has to be displayed in the Settings Panel
297
+
298
+ ## `rationale` (object)
299
+
300
+ Properties of the `rationale` object:
301
+
302
+ ### `inputConfiguration` (object)
303
+
304
+ Properties of the `inputConfiguration` object:
305
+
306
+ #### `math` (object)
307
+
308
+ Properties of the `math` object:
309
+
310
+ ##### `disabled` (boolean)
311
+
312
+ Indicates if the plugin is disabled or not
313
+
314
+ #### `audio` (object)
315
+
316
+ Properties of the `audio` object:
317
+
318
+ ##### `disabled` (boolean)
319
+
320
+ Indicates if the plugin is disabled or not
321
+
322
+ #### `video` (object)
323
+
324
+ Properties of the `video` object:
325
+
326
+ ##### `disabled` (boolean)
327
+
328
+ Indicates if the plugin is disabled or not
329
+
330
+ #### `image` (object)
331
+
332
+ Properties of the `image` object:
333
+
334
+ ##### `disabled` (boolean)
335
+
336
+ Indicates if the plugin is disabled or not
337
+
338
+ #### `customPlugins` (array)
339
+
340
+ An array of objects that determine custom plugins.
341
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
342
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
343
+
344
+ The object is an array with all elements of the type `object`.
345
+
346
+ The array object has the following properties:
347
+
348
+ ##### `event` (string, required)
349
+
350
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
351
+ PIE will emit the event prefixed with "PIE-".
352
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
353
+
354
+ ##### `iconAlt` (string, required)
355
+
356
+ The alt for the custom button icon
357
+
358
+ ##### `iconType` (string, required)
359
+
360
+ The icon type.
361
+ Currently, only "SVG" is supported.
362
+
363
+ ##### `icon` (string, required)
364
+
365
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
366
+
367
+ #### `blockquote` (object)
368
+
369
+ Properties of the `blockquote` object:
370
+
371
+ ##### `disabled` (boolean)
372
+
373
+ Indicates if the plugin is disabled or not
374
+
375
+ #### `h3` (object)
376
+
377
+ Properties of the `h3` object:
378
+
379
+ ##### `disabled` (boolean)
380
+
381
+ Indicates if the plugin is disabled or not
382
+
383
+ #### `characters` (object)
384
+
385
+ Properties of the `characters` object:
386
+
387
+ ##### `disabled` (boolean)
388
+
389
+ Indicates if the plugin is disabled or not
390
+
391
+ #### `bold` (object)
392
+
393
+ Properties of the `bold` object:
394
+
395
+ ##### `disabled` (boolean)
396
+
397
+ Indicates if the plugin is disabled or not
398
+
399
+ #### `html` (object)
400
+
401
+ Properties of the `html` object:
402
+
403
+ ##### `disabled` (boolean)
404
+
405
+ Indicates if the plugin is disabled or not
406
+
407
+ #### `italic` (object)
408
+
409
+ Properties of the `italic` object:
410
+
411
+ ##### `disabled` (boolean)
412
+
413
+ Indicates if the plugin is disabled or not
414
+
415
+ #### `ol_list` (object)
416
+
417
+ Properties of the `ol_list` object:
418
+
419
+ ##### `disabled` (boolean)
420
+
421
+ Indicates if the plugin is disabled or not
422
+
423
+ #### `redo` (object)
424
+
425
+ Properties of the `redo` object:
426
+
427
+ ##### `disabled` (boolean)
428
+
429
+ Indicates if the plugin is disabled or not
430
+
431
+ #### `strikethrough` (object)
432
+
433
+ Properties of the `strikethrough` object:
434
+
435
+ ##### `disabled` (boolean)
436
+
437
+ Indicates if the plugin is disabled or not
438
+
439
+ #### `sub` (object)
440
+
441
+ Properties of the `sub` object:
442
+
443
+ ##### `disabled` (boolean)
444
+
445
+ Indicates if the plugin is disabled or not
446
+
447
+ #### `sup` (object)
448
+
449
+ Properties of the `sup` object:
450
+
451
+ ##### `disabled` (boolean)
452
+
453
+ Indicates if the plugin is disabled or not
454
+
455
+ #### `table` (object)
456
+
457
+ Properties of the `table` object:
458
+
459
+ ##### `disabled` (boolean)
460
+
461
+ Indicates if the plugin is disabled or not
462
+
463
+ #### `ul_list` (object)
464
+
465
+ Properties of the `ul_list` object:
466
+
467
+ ##### `disabled` (boolean)
468
+
469
+ Indicates if the plugin is disabled or not
470
+
471
+ #### `underline` (object)
472
+
473
+ Properties of the `underline` object:
474
+
475
+ ##### `disabled` (boolean)
476
+
477
+ Indicates if the plugin is disabled or not
478
+
479
+ #### `undo` (object)
480
+
481
+ Properties of the `undo` object:
482
+
483
+ ##### `disabled` (boolean)
484
+
485
+ Indicates if the plugin is disabled or not
486
+
487
+ ### `required` (boolean)
488
+
489
+ Indicates if the item is required and the value cannot be empty
490
+
491
+ ### `settings` (boolean)
492
+
493
+ Indicates if the item has to be displayed in the Settings Panel
494
+
495
+ ### `label` (string)
496
+
497
+ Indicates the label for the item that has to be displayed in the Settings Panel
498
+
499
+ ## `studentInstructions` (object)
500
+
501
+ Properties of the `studentInstructions` object:
502
+
503
+ ### `settings` (boolean)
504
+
505
+ Indicates if the item has to be displayed in the Settings Panel
506
+
507
+ ### `label` (string)
508
+
509
+ Indicates the label for the item that has to be displayed in the Settings Panel
510
+
511
+ ## `teacherInstructions` (object)
512
+
513
+ Properties of the `teacherInstructions` object:
514
+
515
+ ### `inputConfiguration` (object)
516
+
517
+ Properties of the `inputConfiguration` object:
518
+
519
+ #### `math` (object)
520
+
521
+ Properties of the `math` object:
522
+
523
+ ##### `disabled` (boolean)
524
+
525
+ Indicates if the plugin is disabled or not
526
+
527
+ #### `audio` (object)
528
+
529
+ Properties of the `audio` object:
530
+
531
+ ##### `disabled` (boolean)
532
+
533
+ Indicates if the plugin is disabled or not
534
+
535
+ #### `video` (object)
536
+
537
+ Properties of the `video` object:
538
+
539
+ ##### `disabled` (boolean)
540
+
541
+ Indicates if the plugin is disabled or not
542
+
543
+ #### `image` (object)
544
+
545
+ Properties of the `image` object:
546
+
547
+ ##### `disabled` (boolean)
548
+
549
+ Indicates if the plugin is disabled or not
550
+
551
+ #### `customPlugins` (array)
552
+
553
+ An array of objects that determine custom plugins.
554
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
555
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
556
+
557
+ The object is an array with all elements of the type `object`.
558
+
559
+ The array object has the following properties:
560
+
561
+ ##### `event` (string, required)
562
+
563
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
564
+ PIE will emit the event prefixed with "PIE-".
565
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
566
+
567
+ ##### `iconAlt` (string, required)
568
+
569
+ The alt for the custom button icon
570
+
571
+ ##### `iconType` (string, required)
572
+
573
+ The icon type.
574
+ Currently, only "SVG" is supported.
575
+
576
+ ##### `icon` (string, required)
577
+
578
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
579
+
580
+ #### `blockquote` (object)
581
+
582
+ Properties of the `blockquote` object:
583
+
584
+ ##### `disabled` (boolean)
585
+
586
+ Indicates if the plugin is disabled or not
587
+
588
+ #### `h3` (object)
589
+
590
+ Properties of the `h3` object:
591
+
592
+ ##### `disabled` (boolean)
593
+
594
+ Indicates if the plugin is disabled or not
595
+
596
+ #### `characters` (object)
597
+
598
+ Properties of the `characters` object:
599
+
600
+ ##### `disabled` (boolean)
601
+
602
+ Indicates if the plugin is disabled or not
603
+
604
+ #### `bold` (object)
605
+
606
+ Properties of the `bold` object:
607
+
608
+ ##### `disabled` (boolean)
609
+
610
+ Indicates if the plugin is disabled or not
611
+
612
+ #### `html` (object)
613
+
614
+ Properties of the `html` object:
615
+
616
+ ##### `disabled` (boolean)
617
+
618
+ Indicates if the plugin is disabled or not
619
+
620
+ #### `italic` (object)
621
+
622
+ Properties of the `italic` object:
623
+
624
+ ##### `disabled` (boolean)
625
+
626
+ Indicates if the plugin is disabled or not
627
+
628
+ #### `ol_list` (object)
629
+
630
+ Properties of the `ol_list` object:
631
+
632
+ ##### `disabled` (boolean)
633
+
634
+ Indicates if the plugin is disabled or not
635
+
636
+ #### `redo` (object)
637
+
638
+ Properties of the `redo` object:
639
+
640
+ ##### `disabled` (boolean)
641
+
642
+ Indicates if the plugin is disabled or not
643
+
644
+ #### `strikethrough` (object)
645
+
646
+ Properties of the `strikethrough` object:
647
+
648
+ ##### `disabled` (boolean)
649
+
650
+ Indicates if the plugin is disabled or not
651
+
652
+ #### `sub` (object)
653
+
654
+ Properties of the `sub` object:
655
+
656
+ ##### `disabled` (boolean)
657
+
658
+ Indicates if the plugin is disabled or not
659
+
660
+ #### `sup` (object)
661
+
662
+ Properties of the `sup` object:
663
+
664
+ ##### `disabled` (boolean)
665
+
666
+ Indicates if the plugin is disabled or not
667
+
668
+ #### `table` (object)
669
+
670
+ Properties of the `table` object:
671
+
672
+ ##### `disabled` (boolean)
673
+
674
+ Indicates if the plugin is disabled or not
675
+
676
+ #### `ul_list` (object)
677
+
678
+ Properties of the `ul_list` object:
679
+
680
+ ##### `disabled` (boolean)
681
+
682
+ Indicates if the plugin is disabled or not
683
+
684
+ #### `underline` (object)
685
+
686
+ Properties of the `underline` object:
687
+
688
+ ##### `disabled` (boolean)
689
+
690
+ Indicates if the plugin is disabled or not
691
+
692
+ #### `undo` (object)
693
+
694
+ Properties of the `undo` object:
695
+
696
+ ##### `disabled` (boolean)
697
+
698
+ Indicates if the plugin is disabled or not
699
+
700
+ ### `required` (boolean)
701
+
702
+ Indicates if the item is required and the value cannot be empty
703
+
704
+ ### `settings` (boolean)
705
+
706
+ Indicates if the item has to be displayed in the Settings Panel
707
+
708
+ ### `label` (string)
709
+
710
+ Indicates the label for the item that has to be displayed in the Settings Panel
711
+
712
+ ## `choicesLayout` (object)
713
+
714
+ Properties of the `choicesLayout` object:
715
+
716
+ ### `settings` (boolean)
717
+
718
+ Indicates if the item has to be displayed in the Settings Panel
719
+
720
+ ### `label` (string)
721
+
722
+ Indicates the label for the item that has to be displayed in the Settings Panel
723
+
724
+ ## `gridColumns` (object)
725
+
726
+ Properties of the `gridColumns` object:
727
+
728
+ ### `settings` (boolean)
729
+
730
+ Indicates if the item has to be displayed in the Settings Panel
731
+
732
+ ### `label` (string)
733
+
734
+ Indicates the label for the item that has to be displayed in the Settings Panel
735
+
736
+ ## `minAnswerChoices` (number)
737
+
738
+ Minimum number of answer choices
739
+
740
+ ## `maxAnswerChoices` (number)
741
+
742
+ Maximum number of answer choices
743
+
744
+ ## `maxImageWidth` (object)
745
+
746
+ Properties of the `maxImageWidth` object:
747
+
748
+ ### `teacherInstructions` (number)
749
+
750
+ Indicates the max dimension for images in teacher instructions
751
+
752
+ ### `prompt` (number)
753
+
754
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
755
+
756
+ ### `rationale` (number)
757
+
758
+ Indicates the max dimension for images in rationale
759
+
760
+ ### `choices` (number)
761
+
762
+ Indicates the max dimension for images in choices
763
+
764
+ ## `maxImageHeight` (object)
765
+
766
+ Properties of the `maxImageHeight` object:
767
+
768
+ ### `teacherInstructions` (number)
769
+
770
+ Indicates the max dimension for images in teacher instructions
771
+
772
+ ### `prompt` (number)
773
+
774
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
775
+
776
+ ### `rationale` (number)
777
+
778
+ Indicates the max dimension for images in rationale
779
+
780
+ ### `choices` (number)
781
+
782
+ Indicates the max dimension for images in choices
783
+
784
+ ## `mathMlOptions` (object)
785
+
786
+ Properties of the `mathMlOptions` object:
787
+
788
+ ### `mmlOutput` (number)
789
+
790
+ Indicates if model should have mathML output instead of latex
791
+
792
+ ### `mmlEditing` (number)
793
+
794
+ Indicates if mathML that's already in model should be editable
795
+
796
+ ## `baseInputConfiguration` (object)
797
+
798
+ Properties of the `baseInputConfiguration` object:
799
+
800
+ ### `math` (object)
801
+
802
+ Properties of the `math` object:
803
+
804
+ #### `disabled` (boolean)
805
+
806
+ Indicates if the plugin is disabled or not
807
+
808
+ ### `audio` (object)
809
+
810
+ Properties of the `audio` object:
811
+
812
+ #### `disabled` (boolean)
813
+
814
+ Indicates if the plugin is disabled or not
815
+
816
+ ### `video` (object)
817
+
818
+ Properties of the `video` object:
819
+
820
+ #### `disabled` (boolean)
821
+
822
+ Indicates if the plugin is disabled or not
823
+
824
+ ### `image` (object)
825
+
826
+ Properties of the `image` object:
827
+
828
+ #### `disabled` (boolean)
829
+
830
+ Indicates if the plugin is disabled or not
831
+
832
+ ### `customPlugins` (array)
833
+
834
+ An array of objects that determine custom plugins.
835
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
836
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
837
+
838
+ The object is an array with all elements of the type `object`.
839
+
840
+ The array object has the following properties:
841
+
842
+ #### `event` (string, required)
843
+
844
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
845
+ PIE will emit the event prefixed with "PIE-".
846
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
847
+
848
+ #### `iconAlt` (string, required)
849
+
850
+ The alt for the custom button icon
851
+
852
+ #### `iconType` (string, required)
853
+
854
+ The icon type.
855
+ Currently, only "SVG" is supported.
856
+
857
+ #### `icon` (string, required)
858
+
859
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
860
+
861
+ ### `blockquote` (object)
862
+
863
+ Properties of the `blockquote` object:
864
+
865
+ #### `disabled` (boolean)
866
+
867
+ Indicates if the plugin is disabled or not
868
+
869
+ ### `h3` (object)
870
+
871
+ Properties of the `h3` object:
872
+
873
+ #### `disabled` (boolean)
874
+
875
+ Indicates if the plugin is disabled or not
876
+
877
+ ### `characters` (object)
878
+
879
+ Properties of the `characters` object:
880
+
881
+ #### `disabled` (boolean)
882
+
883
+ Indicates if the plugin is disabled or not
884
+
885
+ ### `bold` (object)
886
+
887
+ Properties of the `bold` object:
888
+
889
+ #### `disabled` (boolean)
890
+
891
+ Indicates if the plugin is disabled or not
892
+
893
+ ### `html` (object)
894
+
895
+ Properties of the `html` object:
896
+
897
+ #### `disabled` (boolean)
898
+
899
+ Indicates if the plugin is disabled or not
900
+
901
+ ### `italic` (object)
902
+
903
+ Properties of the `italic` object:
904
+
905
+ #### `disabled` (boolean)
906
+
907
+ Indicates if the plugin is disabled or not
908
+
909
+ ### `ol_list` (object)
910
+
911
+ Properties of the `ol_list` object:
912
+
913
+ #### `disabled` (boolean)
914
+
915
+ Indicates if the plugin is disabled or not
916
+
917
+ ### `redo` (object)
918
+
919
+ Properties of the `redo` object:
920
+
921
+ #### `disabled` (boolean)
922
+
923
+ Indicates if the plugin is disabled or not
924
+
925
+ ### `strikethrough` (object)
926
+
927
+ Properties of the `strikethrough` object:
928
+
929
+ #### `disabled` (boolean)
930
+
931
+ Indicates if the plugin is disabled or not
932
+
933
+ ### `sub` (object)
934
+
935
+ Properties of the `sub` object:
936
+
937
+ #### `disabled` (boolean)
938
+
939
+ Indicates if the plugin is disabled or not
940
+
941
+ ### `sup` (object)
942
+
943
+ Properties of the `sup` object:
944
+
945
+ #### `disabled` (boolean)
946
+
947
+ Indicates if the plugin is disabled or not
948
+
949
+ ### `table` (object)
950
+
951
+ Properties of the `table` object:
952
+
953
+ #### `disabled` (boolean)
954
+
955
+ Indicates if the plugin is disabled or not
956
+
957
+ ### `ul_list` (object)
958
+
959
+ Properties of the `ul_list` object:
960
+
961
+ #### `disabled` (boolean)
962
+
963
+ Indicates if the plugin is disabled or not
964
+
965
+ ### `underline` (object)
966
+
967
+ Properties of the `underline` object:
968
+
969
+ #### `disabled` (boolean)
970
+
971
+ Indicates if the plugin is disabled or not
972
+
973
+ ### `undo` (object)
974
+
975
+ Properties of the `undo` object:
976
+
977
+ #### `disabled` (boolean)
978
+
979
+ Indicates if the plugin is disabled or not
980
+
981
+ ## `choices` (object)
982
+
983
+ Properties of the `choices` object:
984
+
985
+ ### `inputConfiguration` (object)
986
+
987
+ Properties of the `inputConfiguration` object:
988
+
989
+ #### `math` (object)
990
+
991
+ Properties of the `math` object:
992
+
993
+ ##### `disabled` (boolean)
994
+
995
+ Indicates if the plugin is disabled or not
996
+
997
+ #### `audio` (object)
998
+
999
+ Properties of the `audio` object:
1000
+
1001
+ ##### `disabled` (boolean)
1002
+
1003
+ Indicates if the plugin is disabled or not
1004
+
1005
+ #### `video` (object)
1006
+
1007
+ Properties of the `video` object:
1008
+
1009
+ ##### `disabled` (boolean)
1010
+
1011
+ Indicates if the plugin is disabled or not
1012
+
1013
+ #### `image` (object)
1014
+
1015
+ Properties of the `image` object:
1016
+
1017
+ ##### `disabled` (boolean)
1018
+
1019
+ Indicates if the plugin is disabled or not
1020
+
1021
+ #### `customPlugins` (array)
1022
+
1023
+ An array of objects that determine custom plugins.
1024
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1025
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1026
+
1027
+ The object is an array with all elements of the type `object`.
1028
+
1029
+ The array object has the following properties:
1030
+
1031
+ ##### `event` (string, required)
1032
+
1033
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1034
+ PIE will emit the event prefixed with "PIE-".
1035
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1036
+
1037
+ ##### `iconAlt` (string, required)
1038
+
1039
+ The alt for the custom button icon
1040
+
1041
+ ##### `iconType` (string, required)
1042
+
1043
+ The icon type.
1044
+ Currently, only "SVG" is supported.
1045
+
1046
+ ##### `icon` (string, required)
1047
+
1048
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1049
+
1050
+ #### `blockquote` (object)
1051
+
1052
+ Properties of the `blockquote` object:
1053
+
1054
+ ##### `disabled` (boolean)
1055
+
1056
+ Indicates if the plugin is disabled or not
1057
+
1058
+ #### `h3` (object)
1059
+
1060
+ Properties of the `h3` object:
1061
+
1062
+ ##### `disabled` (boolean)
1063
+
1064
+ Indicates if the plugin is disabled or not
1065
+
1066
+ #### `characters` (object)
1067
+
1068
+ Properties of the `characters` object:
1069
+
1070
+ ##### `disabled` (boolean)
1071
+
1072
+ Indicates if the plugin is disabled or not
1073
+
1074
+ #### `bold` (object)
1075
+
1076
+ Properties of the `bold` object:
1077
+
1078
+ ##### `disabled` (boolean)
1079
+
1080
+ Indicates if the plugin is disabled or not
1081
+
1082
+ #### `html` (object)
1083
+
1084
+ Properties of the `html` object:
1085
+
1086
+ ##### `disabled` (boolean)
1087
+
1088
+ Indicates if the plugin is disabled or not
1089
+
1090
+ #### `italic` (object)
1091
+
1092
+ Properties of the `italic` object:
1093
+
1094
+ ##### `disabled` (boolean)
1095
+
1096
+ Indicates if the plugin is disabled or not
1097
+
1098
+ #### `ol_list` (object)
1099
+
1100
+ Properties of the `ol_list` object:
1101
+
1102
+ ##### `disabled` (boolean)
1103
+
1104
+ Indicates if the plugin is disabled or not
1105
+
1106
+ #### `redo` (object)
1107
+
1108
+ Properties of the `redo` object:
1109
+
1110
+ ##### `disabled` (boolean)
1111
+
1112
+ Indicates if the plugin is disabled or not
1113
+
1114
+ #### `strikethrough` (object)
1115
+
1116
+ Properties of the `strikethrough` object:
1117
+
1118
+ ##### `disabled` (boolean)
1119
+
1120
+ Indicates if the plugin is disabled or not
1121
+
1122
+ #### `sub` (object)
1123
+
1124
+ Properties of the `sub` object:
1125
+
1126
+ ##### `disabled` (boolean)
1127
+
1128
+ Indicates if the plugin is disabled or not
1129
+
1130
+ #### `sup` (object)
1131
+
1132
+ Properties of the `sup` object:
1133
+
1134
+ ##### `disabled` (boolean)
1135
+
1136
+ Indicates if the plugin is disabled or not
1137
+
1138
+ #### `table` (object)
1139
+
1140
+ Properties of the `table` object:
1141
+
1142
+ ##### `disabled` (boolean)
1143
+
1144
+ Indicates if the plugin is disabled or not
1145
+
1146
+ #### `ul_list` (object)
1147
+
1148
+ Properties of the `ul_list` object:
1149
+
1150
+ ##### `disabled` (boolean)
1151
+
1152
+ Indicates if the plugin is disabled or not
1153
+
1154
+ #### `underline` (object)
1155
+
1156
+ Properties of the `underline` object:
1157
+
1158
+ ##### `disabled` (boolean)
1159
+
1160
+ Indicates if the plugin is disabled or not
1161
+
1162
+ #### `undo` (object)
1163
+
1164
+ Properties of the `undo` object:
1165
+
1166
+ ##### `disabled` (boolean)
1167
+
1168
+ Indicates if the plugin is disabled or not
1169
+
1170
+ ### `settings` (boolean)
1171
+
1172
+ Indicates if the item has to be displayed in the Settings Panel
1173
+
1174
+ ### `label` (string)
1175
+
1176
+ Indicates the label for the item that has to be displayed in the Settings Panel
1177
+
1178
+ # `partB` (object, required)
1179
+
1180
+ Properties of the `partB` object:
1181
+
1182
+ ## `addChoiceButton` (object)
1183
+
1184
+ Properties of the `addChoiceButton` object:
1185
+
1186
+ ### `settings` (boolean)
1187
+
1188
+ Indicates if the item has to be displayed in the Settings Panel
1189
+
1190
+ ### `label` (string)
1191
+
1192
+ Indicates the label for the item that has to be displayed in the Settings Panel
1193
+
1194
+ ## `choiceMode` (object)
1195
+
1196
+ Properties of the `choiceMode` object:
1197
+
1198
+ ### `settings` (boolean)
1199
+
1200
+ Indicates if the item has to be displayed in the Settings Panel
1201
+
1202
+ ### `label` (string)
1203
+
1204
+ Indicates the label for the item that has to be displayed in the Settings Panel
1205
+
1206
+ ## `choicePrefix` (object)
1207
+
1208
+ Properties of the `choicePrefix` object:
1209
+
1210
+ ### `settings` (boolean)
1211
+
1212
+ Indicates if the item has to be displayed in the Settings Panel
1213
+
1214
+ ### `label` (string)
1215
+
1216
+ Indicates the label for the item that has to be displayed in the Settings Panel
1217
+
1218
+ ## `deleteChoice` (object)
1219
+
1220
+ Properties of the `deleteChoice` object:
1221
+
1222
+ ### `settings` (boolean)
1223
+
1224
+ Indicates if the item has to be displayed in the Settings Panel
1225
+
1226
+ ### `label` (string)
1227
+
1228
+ Indicates the label for the item that has to be displayed in the Settings Panel
1229
+
1230
+ ## `feedback` (object)
1231
+
1232
+ Properties of the `feedback` object:
1233
+
1234
+ ### `settings` (boolean)
1235
+
1236
+ Indicates if the item has to be displayed in the Settings Panel
1237
+
1238
+ ### `label` (string)
1239
+
1240
+ Indicates the label for the item that has to be displayed in the Settings Panel
1241
+
1242
+ ## `lockChoiceOrder` (object)
1243
+
1244
+ Properties of the `lockChoiceOrder` object:
1245
+
1246
+ ### `settings` (boolean)
1247
+
1248
+ Indicates if the item has to be displayed in the Settings Panel
1249
+
1250
+ ### `label` (string)
1251
+
1252
+ Indicates the label for the item that has to be displayed in the Settings Panel
1253
+
1254
+ ## `prompt` (object)
1255
+
1256
+ Properties of the `prompt` object:
1257
+
1258
+ ### `inputConfiguration` (object)
1259
+
1260
+ Properties of the `inputConfiguration` object:
1261
+
1262
+ #### `math` (object)
1263
+
1264
+ Properties of the `math` object:
1265
+
1266
+ ##### `disabled` (boolean)
1267
+
1268
+ Indicates if the plugin is disabled or not
1269
+
1270
+ #### `audio` (object)
1271
+
1272
+ Properties of the `audio` object:
1273
+
1274
+ ##### `disabled` (boolean)
1275
+
1276
+ Indicates if the plugin is disabled or not
1277
+
1278
+ #### `video` (object)
1279
+
1280
+ Properties of the `video` object:
1281
+
1282
+ ##### `disabled` (boolean)
1283
+
1284
+ Indicates if the plugin is disabled or not
1285
+
1286
+ #### `image` (object)
1287
+
1288
+ Properties of the `image` object:
1289
+
1290
+ ##### `disabled` (boolean)
1291
+
1292
+ Indicates if the plugin is disabled or not
1293
+
1294
+ #### `customPlugins` (array)
1295
+
1296
+ An array of objects that determine custom plugins.
1297
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1298
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1299
+
1300
+ The object is an array with all elements of the type `object`.
1301
+
1302
+ The array object has the following properties:
1303
+
1304
+ ##### `event` (string, required)
1305
+
1306
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1307
+ PIE will emit the event prefixed with "PIE-".
1308
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1309
+
1310
+ ##### `iconAlt` (string, required)
1311
+
1312
+ The alt for the custom button icon
1313
+
1314
+ ##### `iconType` (string, required)
1315
+
1316
+ The icon type.
1317
+ Currently, only "SVG" is supported.
1318
+
1319
+ ##### `icon` (string, required)
1320
+
1321
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1322
+
1323
+ #### `blockquote` (object)
1324
+
1325
+ Properties of the `blockquote` object:
1326
+
1327
+ ##### `disabled` (boolean)
1328
+
1329
+ Indicates if the plugin is disabled or not
1330
+
1331
+ #### `h3` (object)
1332
+
1333
+ Properties of the `h3` object:
1334
+
1335
+ ##### `disabled` (boolean)
1336
+
1337
+ Indicates if the plugin is disabled or not
1338
+
1339
+ #### `characters` (object)
1340
+
1341
+ Properties of the `characters` object:
1342
+
1343
+ ##### `disabled` (boolean)
1344
+
1345
+ Indicates if the plugin is disabled or not
1346
+
1347
+ #### `bold` (object)
1348
+
1349
+ Properties of the `bold` object:
1350
+
1351
+ ##### `disabled` (boolean)
1352
+
1353
+ Indicates if the plugin is disabled or not
1354
+
1355
+ #### `html` (object)
1356
+
1357
+ Properties of the `html` object:
1358
+
1359
+ ##### `disabled` (boolean)
1360
+
1361
+ Indicates if the plugin is disabled or not
1362
+
1363
+ #### `italic` (object)
1364
+
1365
+ Properties of the `italic` object:
1366
+
1367
+ ##### `disabled` (boolean)
1368
+
1369
+ Indicates if the plugin is disabled or not
1370
+
1371
+ #### `ol_list` (object)
1372
+
1373
+ Properties of the `ol_list` object:
1374
+
1375
+ ##### `disabled` (boolean)
1376
+
1377
+ Indicates if the plugin is disabled or not
1378
+
1379
+ #### `redo` (object)
1380
+
1381
+ Properties of the `redo` object:
1382
+
1383
+ ##### `disabled` (boolean)
1384
+
1385
+ Indicates if the plugin is disabled or not
1386
+
1387
+ #### `strikethrough` (object)
1388
+
1389
+ Properties of the `strikethrough` object:
1390
+
1391
+ ##### `disabled` (boolean)
1392
+
1393
+ Indicates if the plugin is disabled or not
1394
+
1395
+ #### `sub` (object)
1396
+
1397
+ Properties of the `sub` object:
1398
+
1399
+ ##### `disabled` (boolean)
1400
+
1401
+ Indicates if the plugin is disabled or not
1402
+
1403
+ #### `sup` (object)
1404
+
1405
+ Properties of the `sup` object:
1406
+
1407
+ ##### `disabled` (boolean)
1408
+
1409
+ Indicates if the plugin is disabled or not
1410
+
1411
+ #### `table` (object)
1412
+
1413
+ Properties of the `table` object:
1414
+
1415
+ ##### `disabled` (boolean)
1416
+
1417
+ Indicates if the plugin is disabled or not
1418
+
1419
+ #### `ul_list` (object)
1420
+
1421
+ Properties of the `ul_list` object:
1422
+
1423
+ ##### `disabled` (boolean)
1424
+
1425
+ Indicates if the plugin is disabled or not
1426
+
1427
+ #### `underline` (object)
1428
+
1429
+ Properties of the `underline` object:
1430
+
1431
+ ##### `disabled` (boolean)
1432
+
1433
+ Indicates if the plugin is disabled or not
1434
+
1435
+ #### `undo` (object)
1436
+
1437
+ Properties of the `undo` object:
1438
+
1439
+ ##### `disabled` (boolean)
1440
+
1441
+ Indicates if the plugin is disabled or not
1442
+
1443
+ ### `required` (boolean)
1444
+
1445
+ Indicates if the item is required and the value cannot be empty
1446
+
1447
+ ### `settings` (boolean)
1448
+
1449
+ Indicates if the item has to be displayed in the Settings Panel
1450
+
1451
+ ### `label` (string)
1452
+
1453
+ Indicates the label for the item that has to be displayed in the Settings Panel
1454
+
1455
+ ## `settingsPanelDisabled` (boolean)
1456
+
1457
+ Indicates if the settings panel is not available
1458
+
1459
+ ## `spellCheck` (object)
1460
+
1461
+ Properties of the `spellCheck` object:
1462
+
1463
+ ### `settings` (boolean)
1464
+
1465
+ Indicates if the item has to be displayed in the Settings Panel
1466
+
1467
+ ### `label` (string)
1468
+
1469
+ Indicates the label for the item that has to be displayed in the Settings Panel
1470
+
1471
+ ## `rationale` (object)
1472
+
1473
+ Properties of the `rationale` object:
1474
+
1475
+ ### `inputConfiguration` (object)
1476
+
1477
+ Properties of the `inputConfiguration` object:
1478
+
1479
+ #### `math` (object)
1480
+
1481
+ Properties of the `math` object:
1482
+
1483
+ ##### `disabled` (boolean)
1484
+
1485
+ Indicates if the plugin is disabled or not
1486
+
1487
+ #### `audio` (object)
1488
+
1489
+ Properties of the `audio` object:
1490
+
1491
+ ##### `disabled` (boolean)
1492
+
1493
+ Indicates if the plugin is disabled or not
1494
+
1495
+ #### `video` (object)
1496
+
1497
+ Properties of the `video` object:
1498
+
1499
+ ##### `disabled` (boolean)
1500
+
1501
+ Indicates if the plugin is disabled or not
1502
+
1503
+ #### `image` (object)
1504
+
1505
+ Properties of the `image` object:
1506
+
1507
+ ##### `disabled` (boolean)
1508
+
1509
+ Indicates if the plugin is disabled or not
1510
+
1511
+ #### `customPlugins` (array)
1512
+
1513
+ An array of objects that determine custom plugins.
1514
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1515
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1516
+
1517
+ The object is an array with all elements of the type `object`.
1518
+
1519
+ The array object has the following properties:
1520
+
1521
+ ##### `event` (string, required)
1522
+
1523
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1524
+ PIE will emit the event prefixed with "PIE-".
1525
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1526
+
1527
+ ##### `iconAlt` (string, required)
1528
+
1529
+ The alt for the custom button icon
1530
+
1531
+ ##### `iconType` (string, required)
1532
+
1533
+ The icon type.
1534
+ Currently, only "SVG" is supported.
1535
+
1536
+ ##### `icon` (string, required)
1537
+
1538
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1539
+
1540
+ #### `blockquote` (object)
1541
+
1542
+ Properties of the `blockquote` object:
1543
+
1544
+ ##### `disabled` (boolean)
1545
+
1546
+ Indicates if the plugin is disabled or not
1547
+
1548
+ #### `h3` (object)
1549
+
1550
+ Properties of the `h3` object:
1551
+
1552
+ ##### `disabled` (boolean)
1553
+
1554
+ Indicates if the plugin is disabled or not
1555
+
1556
+ #### `characters` (object)
1557
+
1558
+ Properties of the `characters` object:
1559
+
1560
+ ##### `disabled` (boolean)
1561
+
1562
+ Indicates if the plugin is disabled or not
1563
+
1564
+ #### `bold` (object)
1565
+
1566
+ Properties of the `bold` object:
1567
+
1568
+ ##### `disabled` (boolean)
1569
+
1570
+ Indicates if the plugin is disabled or not
1571
+
1572
+ #### `html` (object)
1573
+
1574
+ Properties of the `html` object:
1575
+
1576
+ ##### `disabled` (boolean)
1577
+
1578
+ Indicates if the plugin is disabled or not
1579
+
1580
+ #### `italic` (object)
1581
+
1582
+ Properties of the `italic` object:
1583
+
1584
+ ##### `disabled` (boolean)
1585
+
1586
+ Indicates if the plugin is disabled or not
1587
+
1588
+ #### `ol_list` (object)
1589
+
1590
+ Properties of the `ol_list` object:
1591
+
1592
+ ##### `disabled` (boolean)
1593
+
1594
+ Indicates if the plugin is disabled or not
1595
+
1596
+ #### `redo` (object)
1597
+
1598
+ Properties of the `redo` object:
1599
+
1600
+ ##### `disabled` (boolean)
1601
+
1602
+ Indicates if the plugin is disabled or not
1603
+
1604
+ #### `strikethrough` (object)
1605
+
1606
+ Properties of the `strikethrough` object:
1607
+
1608
+ ##### `disabled` (boolean)
1609
+
1610
+ Indicates if the plugin is disabled or not
1611
+
1612
+ #### `sub` (object)
1613
+
1614
+ Properties of the `sub` object:
1615
+
1616
+ ##### `disabled` (boolean)
1617
+
1618
+ Indicates if the plugin is disabled or not
1619
+
1620
+ #### `sup` (object)
1621
+
1622
+ Properties of the `sup` object:
1623
+
1624
+ ##### `disabled` (boolean)
1625
+
1626
+ Indicates if the plugin is disabled or not
1627
+
1628
+ #### `table` (object)
1629
+
1630
+ Properties of the `table` object:
1631
+
1632
+ ##### `disabled` (boolean)
1633
+
1634
+ Indicates if the plugin is disabled or not
1635
+
1636
+ #### `ul_list` (object)
1637
+
1638
+ Properties of the `ul_list` object:
1639
+
1640
+ ##### `disabled` (boolean)
1641
+
1642
+ Indicates if the plugin is disabled or not
1643
+
1644
+ #### `underline` (object)
1645
+
1646
+ Properties of the `underline` object:
1647
+
1648
+ ##### `disabled` (boolean)
1649
+
1650
+ Indicates if the plugin is disabled or not
1651
+
1652
+ #### `undo` (object)
1653
+
1654
+ Properties of the `undo` object:
1655
+
1656
+ ##### `disabled` (boolean)
1657
+
1658
+ Indicates if the plugin is disabled or not
1659
+
1660
+ ### `required` (boolean)
1661
+
1662
+ Indicates if the item is required and the value cannot be empty
1663
+
1664
+ ### `settings` (boolean)
1665
+
1666
+ Indicates if the item has to be displayed in the Settings Panel
1667
+
1668
+ ### `label` (string)
1669
+
1670
+ Indicates the label for the item that has to be displayed in the Settings Panel
1671
+
1672
+ ## `studentInstructions` (object)
1673
+
1674
+ Properties of the `studentInstructions` object:
1675
+
1676
+ ### `settings` (boolean)
1677
+
1678
+ Indicates if the item has to be displayed in the Settings Panel
1679
+
1680
+ ### `label` (string)
1681
+
1682
+ Indicates the label for the item that has to be displayed in the Settings Panel
1683
+
1684
+ ## `teacherInstructions` (object)
1685
+
1686
+ Properties of the `teacherInstructions` object:
1687
+
1688
+ ### `inputConfiguration` (object)
1689
+
1690
+ Properties of the `inputConfiguration` object:
1691
+
1692
+ #### `math` (object)
1693
+
1694
+ Properties of the `math` object:
1695
+
1696
+ ##### `disabled` (boolean)
1697
+
1698
+ Indicates if the plugin is disabled or not
1699
+
1700
+ #### `audio` (object)
1701
+
1702
+ Properties of the `audio` object:
1703
+
1704
+ ##### `disabled` (boolean)
1705
+
1706
+ Indicates if the plugin is disabled or not
1707
+
1708
+ #### `video` (object)
1709
+
1710
+ Properties of the `video` object:
1711
+
1712
+ ##### `disabled` (boolean)
1713
+
1714
+ Indicates if the plugin is disabled or not
1715
+
1716
+ #### `image` (object)
1717
+
1718
+ Properties of the `image` object:
1719
+
1720
+ ##### `disabled` (boolean)
1721
+
1722
+ Indicates if the plugin is disabled or not
1723
+
1724
+ #### `customPlugins` (array)
1725
+
1726
+ An array of objects that determine custom plugins.
1727
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1728
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1729
+
1730
+ The object is an array with all elements of the type `object`.
1731
+
1732
+ The array object has the following properties:
1733
+
1734
+ ##### `event` (string, required)
1735
+
1736
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1737
+ PIE will emit the event prefixed with "PIE-".
1738
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1739
+
1740
+ ##### `iconAlt` (string, required)
1741
+
1742
+ The alt for the custom button icon
1743
+
1744
+ ##### `iconType` (string, required)
1745
+
1746
+ The icon type.
1747
+ Currently, only "SVG" is supported.
1748
+
1749
+ ##### `icon` (string, required)
1750
+
1751
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1752
+
1753
+ #### `blockquote` (object)
1754
+
1755
+ Properties of the `blockquote` object:
1756
+
1757
+ ##### `disabled` (boolean)
1758
+
1759
+ Indicates if the plugin is disabled or not
1760
+
1761
+ #### `h3` (object)
1762
+
1763
+ Properties of the `h3` object:
1764
+
1765
+ ##### `disabled` (boolean)
1766
+
1767
+ Indicates if the plugin is disabled or not
1768
+
1769
+ #### `characters` (object)
1770
+
1771
+ Properties of the `characters` object:
1772
+
1773
+ ##### `disabled` (boolean)
1774
+
1775
+ Indicates if the plugin is disabled or not
1776
+
1777
+ #### `bold` (object)
1778
+
1779
+ Properties of the `bold` object:
1780
+
1781
+ ##### `disabled` (boolean)
1782
+
1783
+ Indicates if the plugin is disabled or not
1784
+
1785
+ #### `html` (object)
1786
+
1787
+ Properties of the `html` object:
1788
+
1789
+ ##### `disabled` (boolean)
1790
+
1791
+ Indicates if the plugin is disabled or not
1792
+
1793
+ #### `italic` (object)
1794
+
1795
+ Properties of the `italic` object:
1796
+
1797
+ ##### `disabled` (boolean)
1798
+
1799
+ Indicates if the plugin is disabled or not
1800
+
1801
+ #### `ol_list` (object)
1802
+
1803
+ Properties of the `ol_list` object:
1804
+
1805
+ ##### `disabled` (boolean)
1806
+
1807
+ Indicates if the plugin is disabled or not
1808
+
1809
+ #### `redo` (object)
1810
+
1811
+ Properties of the `redo` object:
1812
+
1813
+ ##### `disabled` (boolean)
1814
+
1815
+ Indicates if the plugin is disabled or not
1816
+
1817
+ #### `strikethrough` (object)
1818
+
1819
+ Properties of the `strikethrough` object:
1820
+
1821
+ ##### `disabled` (boolean)
1822
+
1823
+ Indicates if the plugin is disabled or not
1824
+
1825
+ #### `sub` (object)
1826
+
1827
+ Properties of the `sub` object:
1828
+
1829
+ ##### `disabled` (boolean)
1830
+
1831
+ Indicates if the plugin is disabled or not
1832
+
1833
+ #### `sup` (object)
1834
+
1835
+ Properties of the `sup` object:
1836
+
1837
+ ##### `disabled` (boolean)
1838
+
1839
+ Indicates if the plugin is disabled or not
1840
+
1841
+ #### `table` (object)
1842
+
1843
+ Properties of the `table` object:
1844
+
1845
+ ##### `disabled` (boolean)
1846
+
1847
+ Indicates if the plugin is disabled or not
1848
+
1849
+ #### `ul_list` (object)
1850
+
1851
+ Properties of the `ul_list` object:
1852
+
1853
+ ##### `disabled` (boolean)
1854
+
1855
+ Indicates if the plugin is disabled or not
1856
+
1857
+ #### `underline` (object)
1858
+
1859
+ Properties of the `underline` object:
1860
+
1861
+ ##### `disabled` (boolean)
1862
+
1863
+ Indicates if the plugin is disabled or not
1864
+
1865
+ #### `undo` (object)
1866
+
1867
+ Properties of the `undo` object:
1868
+
1869
+ ##### `disabled` (boolean)
1870
+
1871
+ Indicates if the plugin is disabled or not
1872
+
1873
+ ### `required` (boolean)
1874
+
1875
+ Indicates if the item is required and the value cannot be empty
1876
+
1877
+ ### `settings` (boolean)
1878
+
1879
+ Indicates if the item has to be displayed in the Settings Panel
1880
+
1881
+ ### `label` (string)
1882
+
1883
+ Indicates the label for the item that has to be displayed in the Settings Panel
1884
+
1885
+ ## `choicesLayout` (object)
1886
+
1887
+ Properties of the `choicesLayout` object:
1888
+
1889
+ ### `settings` (boolean)
1890
+
1891
+ Indicates if the item has to be displayed in the Settings Panel
1892
+
1893
+ ### `label` (string)
1894
+
1895
+ Indicates the label for the item that has to be displayed in the Settings Panel
1896
+
1897
+ ## `gridColumns` (object)
1898
+
1899
+ Properties of the `gridColumns` object:
1900
+
1901
+ ### `settings` (boolean)
1902
+
1903
+ Indicates if the item has to be displayed in the Settings Panel
1904
+
1905
+ ### `label` (string)
1906
+
1907
+ Indicates the label for the item that has to be displayed in the Settings Panel
1908
+
1909
+ ## `minAnswerChoices` (number)
1910
+
1911
+ Minimum number of answer choices
1912
+
1913
+ ## `maxAnswerChoices` (number)
1914
+
1915
+ Maximum number of answer choices
1916
+
1917
+ ## `maxImageWidth` (object)
1918
+
1919
+ Properties of the `maxImageWidth` object:
1920
+
1921
+ ### `teacherInstructions` (number)
1922
+
1923
+ Indicates the max dimension for images in teacher instructions
1924
+
1925
+ ### `prompt` (number)
1926
+
1927
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
1928
+
1929
+ ### `rationale` (number)
1930
+
1931
+ Indicates the max dimension for images in rationale
1932
+
1933
+ ### `choices` (number)
1934
+
1935
+ Indicates the max dimension for images in choices
1936
+
1937
+ ## `maxImageHeight` (object)
1938
+
1939
+ Properties of the `maxImageHeight` object:
1940
+
1941
+ ### `teacherInstructions` (number)
1942
+
1943
+ Indicates the max dimension for images in teacher instructions
1944
+
1945
+ ### `prompt` (number)
1946
+
1947
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
1948
+
1949
+ ### `rationale` (number)
1950
+
1951
+ Indicates the max dimension for images in rationale
1952
+
1953
+ ### `choices` (number)
1954
+
1955
+ Indicates the max dimension for images in choices
1956
+
1957
+ ## `mathMlOptions` (object)
1958
+
1959
+ Properties of the `mathMlOptions` object:
1960
+
1961
+ ### `mmlOutput` (number)
1962
+
1963
+ Indicates if model should have mathML output instead of latex
1964
+
1965
+ ### `mmlEditing` (number)
1966
+
1967
+ Indicates if mathML that's already in model should be editable
1968
+
1969
+ ## `baseInputConfiguration` (object)
1970
+
1971
+ Properties of the `baseInputConfiguration` object:
1972
+
1973
+ ### `math` (object)
1974
+
1975
+ Properties of the `math` object:
1976
+
1977
+ #### `disabled` (boolean)
1978
+
1979
+ Indicates if the plugin is disabled or not
1980
+
1981
+ ### `audio` (object)
1982
+
1983
+ Properties of the `audio` object:
1984
+
1985
+ #### `disabled` (boolean)
1986
+
1987
+ Indicates if the plugin is disabled or not
1988
+
1989
+ ### `video` (object)
1990
+
1991
+ Properties of the `video` object:
1992
+
1993
+ #### `disabled` (boolean)
1994
+
1995
+ Indicates if the plugin is disabled or not
1996
+
1997
+ ### `image` (object)
1998
+
1999
+ Properties of the `image` object:
2000
+
2001
+ #### `disabled` (boolean)
2002
+
2003
+ Indicates if the plugin is disabled or not
2004
+
2005
+ ### `customPlugins` (array)
2006
+
2007
+ An array of objects that determine custom plugins.
2008
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
2009
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
2010
+
2011
+ The object is an array with all elements of the type `object`.
2012
+
2013
+ The array object has the following properties:
2014
+
2015
+ #### `event` (string, required)
2016
+
2017
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
2018
+ PIE will emit the event prefixed with "PIE-".
2019
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
2020
+
2021
+ #### `iconAlt` (string, required)
2022
+
2023
+ The alt for the custom button icon
2024
+
2025
+ #### `iconType` (string, required)
2026
+
2027
+ The icon type.
2028
+ Currently, only "SVG" is supported.
2029
+
2030
+ #### `icon` (string, required)
2031
+
2032
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
2033
+
2034
+ ### `blockquote` (object)
2035
+
2036
+ Properties of the `blockquote` object:
2037
+
2038
+ #### `disabled` (boolean)
2039
+
2040
+ Indicates if the plugin is disabled or not
2041
+
2042
+ ### `h3` (object)
2043
+
2044
+ Properties of the `h3` object:
2045
+
2046
+ #### `disabled` (boolean)
2047
+
2048
+ Indicates if the plugin is disabled or not
2049
+
2050
+ ### `characters` (object)
2051
+
2052
+ Properties of the `characters` object:
2053
+
2054
+ #### `disabled` (boolean)
2055
+
2056
+ Indicates if the plugin is disabled or not
2057
+
2058
+ ### `bold` (object)
2059
+
2060
+ Properties of the `bold` object:
2061
+
2062
+ #### `disabled` (boolean)
2063
+
2064
+ Indicates if the plugin is disabled or not
2065
+
2066
+ ### `html` (object)
2067
+
2068
+ Properties of the `html` object:
2069
+
2070
+ #### `disabled` (boolean)
2071
+
2072
+ Indicates if the plugin is disabled or not
2073
+
2074
+ ### `italic` (object)
2075
+
2076
+ Properties of the `italic` object:
2077
+
2078
+ #### `disabled` (boolean)
2079
+
2080
+ Indicates if the plugin is disabled or not
2081
+
2082
+ ### `ol_list` (object)
2083
+
2084
+ Properties of the `ol_list` object:
2085
+
2086
+ #### `disabled` (boolean)
2087
+
2088
+ Indicates if the plugin is disabled or not
2089
+
2090
+ ### `redo` (object)
2091
+
2092
+ Properties of the `redo` object:
2093
+
2094
+ #### `disabled` (boolean)
2095
+
2096
+ Indicates if the plugin is disabled or not
2097
+
2098
+ ### `strikethrough` (object)
2099
+
2100
+ Properties of the `strikethrough` object:
2101
+
2102
+ #### `disabled` (boolean)
2103
+
2104
+ Indicates if the plugin is disabled or not
2105
+
2106
+ ### `sub` (object)
2107
+
2108
+ Properties of the `sub` object:
2109
+
2110
+ #### `disabled` (boolean)
2111
+
2112
+ Indicates if the plugin is disabled or not
2113
+
2114
+ ### `sup` (object)
2115
+
2116
+ Properties of the `sup` object:
2117
+
2118
+ #### `disabled` (boolean)
2119
+
2120
+ Indicates if the plugin is disabled or not
2121
+
2122
+ ### `table` (object)
2123
+
2124
+ Properties of the `table` object:
2125
+
2126
+ #### `disabled` (boolean)
2127
+
2128
+ Indicates if the plugin is disabled or not
2129
+
2130
+ ### `ul_list` (object)
2131
+
2132
+ Properties of the `ul_list` object:
2133
+
2134
+ #### `disabled` (boolean)
2135
+
2136
+ Indicates if the plugin is disabled or not
2137
+
2138
+ ### `underline` (object)
2139
+
2140
+ Properties of the `underline` object:
2141
+
2142
+ #### `disabled` (boolean)
2143
+
2144
+ Indicates if the plugin is disabled or not
2145
+
2146
+ ### `undo` (object)
2147
+
2148
+ Properties of the `undo` object:
2149
+
2150
+ #### `disabled` (boolean)
2151
+
2152
+ Indicates if the plugin is disabled or not
2153
+
2154
+ ## `choices` (object)
2155
+
2156
+ Properties of the `choices` object:
2157
+
2158
+ ### `inputConfiguration` (object)
2159
+
2160
+ Properties of the `inputConfiguration` object:
2161
+
2162
+ #### `math` (object)
2163
+
2164
+ Properties of the `math` object:
2165
+
2166
+ ##### `disabled` (boolean)
2167
+
2168
+ Indicates if the plugin is disabled or not
2169
+
2170
+ #### `audio` (object)
2171
+
2172
+ Properties of the `audio` object:
2173
+
2174
+ ##### `disabled` (boolean)
2175
+
2176
+ Indicates if the plugin is disabled or not
2177
+
2178
+ #### `video` (object)
2179
+
2180
+ Properties of the `video` object:
2181
+
2182
+ ##### `disabled` (boolean)
2183
+
2184
+ Indicates if the plugin is disabled or not
2185
+
2186
+ #### `image` (object)
2187
+
2188
+ Properties of the `image` object:
2189
+
2190
+ ##### `disabled` (boolean)
2191
+
2192
+ Indicates if the plugin is disabled or not
2193
+
2194
+ #### `customPlugins` (array)
2195
+
2196
+ An array of objects that determine custom plugins.
2197
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
2198
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
2199
+
2200
+ The object is an array with all elements of the type `object`.
2201
+
2202
+ The array object has the following properties:
2203
+
2204
+ ##### `event` (string, required)
2205
+
2206
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
2207
+ PIE will emit the event prefixed with "PIE-".
2208
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
2209
+
2210
+ ##### `iconAlt` (string, required)
2211
+
2212
+ The alt for the custom button icon
2213
+
2214
+ ##### `iconType` (string, required)
2215
+
2216
+ The icon type.
2217
+ Currently, only "SVG" is supported.
2218
+
2219
+ ##### `icon` (string, required)
2220
+
2221
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
2222
+
2223
+ #### `blockquote` (object)
2224
+
2225
+ Properties of the `blockquote` object:
2226
+
2227
+ ##### `disabled` (boolean)
2228
+
2229
+ Indicates if the plugin is disabled or not
2230
+
2231
+ #### `h3` (object)
2232
+
2233
+ Properties of the `h3` object:
2234
+
2235
+ ##### `disabled` (boolean)
2236
+
2237
+ Indicates if the plugin is disabled or not
2238
+
2239
+ #### `characters` (object)
2240
+
2241
+ Properties of the `characters` object:
2242
+
2243
+ ##### `disabled` (boolean)
2244
+
2245
+ Indicates if the plugin is disabled or not
2246
+
2247
+ #### `bold` (object)
2248
+
2249
+ Properties of the `bold` object:
2250
+
2251
+ ##### `disabled` (boolean)
2252
+
2253
+ Indicates if the plugin is disabled or not
2254
+
2255
+ #### `html` (object)
2256
+
2257
+ Properties of the `html` object:
2258
+
2259
+ ##### `disabled` (boolean)
2260
+
2261
+ Indicates if the plugin is disabled or not
2262
+
2263
+ #### `italic` (object)
2264
+
2265
+ Properties of the `italic` object:
2266
+
2267
+ ##### `disabled` (boolean)
2268
+
2269
+ Indicates if the plugin is disabled or not
2270
+
2271
+ #### `ol_list` (object)
2272
+
2273
+ Properties of the `ol_list` object:
2274
+
2275
+ ##### `disabled` (boolean)
2276
+
2277
+ Indicates if the plugin is disabled or not
2278
+
2279
+ #### `redo` (object)
2280
+
2281
+ Properties of the `redo` object:
2282
+
2283
+ ##### `disabled` (boolean)
2284
+
2285
+ Indicates if the plugin is disabled or not
2286
+
2287
+ #### `strikethrough` (object)
2288
+
2289
+ Properties of the `strikethrough` object:
2290
+
2291
+ ##### `disabled` (boolean)
2292
+
2293
+ Indicates if the plugin is disabled or not
2294
+
2295
+ #### `sub` (object)
2296
+
2297
+ Properties of the `sub` object:
2298
+
2299
+ ##### `disabled` (boolean)
2300
+
2301
+ Indicates if the plugin is disabled or not
2302
+
2303
+ #### `sup` (object)
2304
+
2305
+ Properties of the `sup` object:
2306
+
2307
+ ##### `disabled` (boolean)
2308
+
2309
+ Indicates if the plugin is disabled or not
2310
+
2311
+ #### `table` (object)
2312
+
2313
+ Properties of the `table` object:
2314
+
2315
+ ##### `disabled` (boolean)
2316
+
2317
+ Indicates if the plugin is disabled or not
2318
+
2319
+ #### `ul_list` (object)
2320
+
2321
+ Properties of the `ul_list` object:
2322
+
2323
+ ##### `disabled` (boolean)
2324
+
2325
+ Indicates if the plugin is disabled or not
2326
+
2327
+ #### `underline` (object)
2328
+
2329
+ Properties of the `underline` object:
2330
+
2331
+ ##### `disabled` (boolean)
2332
+
2333
+ Indicates if the plugin is disabled or not
2334
+
2335
+ #### `undo` (object)
2336
+
2337
+ Properties of the `undo` object:
2338
+
2339
+ ##### `disabled` (boolean)
2340
+
2341
+ Indicates if the plugin is disabled or not
2342
+
2343
+ ### `settings` (boolean)
2344
+
2345
+ Indicates if the item has to be displayed in the Settings Panel
2346
+
2347
+ ### `label` (string)
2348
+
2349
+ Indicates the label for the item that has to be displayed in the Settings Panel
2350
+
2351
+ # `partLabels` (object)
2352
+
2353
+ Properties of the `partLabels` object:
2354
+
2355
+ ## `settings` (boolean)
2356
+
2357
+ Indicates if the item has to be displayed in the Settings Panel
2358
+
2359
+ ## `label` (string)
2360
+
2361
+ Indicates the label for the item that has to be displayed in the Settings Panel
2362
+
2363
+ # `partialScoring` (object)
2364
+
2365
+ Properties of the `partialScoring` object:
2366
+
2367
+ ## `settings` (boolean)
2368
+
2369
+ Indicates if the item has to be displayed in the Settings Panel
2370
+
2371
+ ## `label` (string)
2372
+
2373
+ Indicates the label for the item that has to be displayed in the Settings Panel
2374
+
2375
+ # `settingsPanelDisabled` (boolean)
2376
+
2377
+ Indicates if the settings panel is not available
2378
+
2379
+ # `scoringType` (object)
2380
+
2381
+ Properties of the `scoringType` object:
2382
+
2383
+ ## `settings` (boolean)
2384
+
2385
+ Indicates if the item has to be displayed in the Settings Panel
2386
+
2387
+ ## `label` (string)
2388
+
2389
+ Indicates the label for the item that has to be displayed in the Settings Panel
2390
+
2391
+ # `showPrompt` (boolean)
2392
+
2393
+ Determines whether prompt field will be displayed or not
2394
+
2395
+ Default: `true`
2396
+
2397
+ # `promptLabel` (string)
2398
+
2399
+ The label for the item stem/prompt field
2400
+
2401
+ Default: `"Item Stemm"`
2402
+
2403
+ # `contentDimensions` (object)
2404
+
2405
+ Indicates the dimensions configuration for the authoring container
2406
+ Note: Some items have a default minimum width because of their content, but if
2407
+ the minWidth is lower than this, the overflow behavior will take care of that
2408
+
2409
+ Properties of the `contentDimensions` object:
2410
+
2411
+ ## `maxHeight` (string,number)
2412
+
2413
+ Indicates the max height of the authoring container
2414
+
2415
+ Default: `"undefined"`
2416
+
2417
+ ## `maxWidth` (string,number)
2418
+
2419
+ Indicates the max width of the authoring container
2420
+
2421
+ Default: `"undefined"`
2422
+
2423
+ ## `minHeight` (string,number)
2424
+
2425
+ Indicates the min height of the authoring container
2426
+
2427
+ Default: `"undefined"`
2428
+
2429
+ ## `minWidth` (string,number)
2430
+
2431
+ Indicates the min width of the authoring container
2432
+
2433
+ Default: `"undefined"`
2434
+
2435
+ Default: `": {}"`
2436
+
2437
+ # `settingsPartialScoring` (boolean)
2438
+
2439
+ Indicates whether the settings panel wil allow the author to modify settings for partial scoring
2440
+
2441
+ Default: `true`
2442
+
2443
+ ---
2444
+
2445
+ # Sub Schemas
2446
+
2447
+ The schema defines the following additional types:
2448
+
2449
+ ## `PartConfiguration` (object)
2450
+
2451
+ Properties of the `PartConfiguration` object:
2452
+
2453
+ ### `addChoiceButton` (object)
2454
+
2455
+ Properties of the `addChoiceButton` object:
2456
+
2457
+ #### `settings` (boolean)
2458
+
2459
+ Indicates if the item has to be displayed in the Settings Panel
2460
+
2461
+ #### `label` (string)
2462
+
2463
+ Indicates the label for the item that has to be displayed in the Settings Panel
2464
+
2465
+ ### `choiceMode` (object)
2466
+
2467
+ Properties of the `choiceMode` object:
2468
+
2469
+ #### `settings` (boolean)
2470
+
2471
+ Indicates if the item has to be displayed in the Settings Panel
2472
+
2473
+ #### `label` (string)
2474
+
2475
+ Indicates the label for the item that has to be displayed in the Settings Panel
2476
+
2477
+ ### `choicePrefix` (object)
2478
+
2479
+ Properties of the `choicePrefix` object:
2480
+
2481
+ #### `settings` (boolean)
2482
+
2483
+ Indicates if the item has to be displayed in the Settings Panel
2484
+
2485
+ #### `label` (string)
2486
+
2487
+ Indicates the label for the item that has to be displayed in the Settings Panel
2488
+
2489
+ ### `deleteChoice` (object)
2490
+
2491
+ Properties of the `deleteChoice` object:
2492
+
2493
+ #### `settings` (boolean)
2494
+
2495
+ Indicates if the item has to be displayed in the Settings Panel
2496
+
2497
+ #### `label` (string)
2498
+
2499
+ Indicates the label for the item that has to be displayed in the Settings Panel
2500
+
2501
+ ### `feedback` (object)
2502
+
2503
+ Properties of the `feedback` object:
2504
+
2505
+ #### `settings` (boolean)
2506
+
2507
+ Indicates if the item has to be displayed in the Settings Panel
2508
+
2509
+ #### `label` (string)
2510
+
2511
+ Indicates the label for the item that has to be displayed in the Settings Panel
2512
+
2513
+ ### `lockChoiceOrder` (object)
2514
+
2515
+ Properties of the `lockChoiceOrder` object:
2516
+
2517
+ #### `settings` (boolean)
2518
+
2519
+ Indicates if the item has to be displayed in the Settings Panel
2520
+
2521
+ #### `label` (string)
2522
+
2523
+ Indicates the label for the item that has to be displayed in the Settings Panel
2524
+
2525
+ ### `prompt` (object)
2526
+
2527
+ Properties of the `prompt` object:
2528
+
2529
+ #### `inputConfiguration` (object)
2530
+
2531
+ Properties of the `inputConfiguration` object:
2532
+
2533
+ ##### `math` (object)
2534
+
2535
+ Properties of the `math` object:
2536
+
2537
+ ###### `disabled` (boolean)
2538
+
2539
+ Indicates if the plugin is disabled or not
2540
+
2541
+ ##### `audio` (object)
2542
+
2543
+ Properties of the `audio` object:
2544
+
2545
+ ###### `disabled` (boolean)
2546
+
2547
+ Indicates if the plugin is disabled or not
2548
+
2549
+ ##### `video` (object)
2550
+
2551
+ Properties of the `video` object:
2552
+
2553
+ ###### `disabled` (boolean)
2554
+
2555
+ Indicates if the plugin is disabled or not
2556
+
2557
+ ##### `image` (object)
2558
+
2559
+ Properties of the `image` object:
2560
+
2561
+ ###### `disabled` (boolean)
2562
+
2563
+ Indicates if the plugin is disabled or not
2564
+
2565
+ ##### `customPlugins` (array)
2566
+
2567
+ An array of objects that determine custom plugins.
2568
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
2569
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
2570
+
2571
+ The object is an array with all elements of the type `object`.
2572
+
2573
+ The array object has the following properties:
2574
+
2575
+ ###### `event` (string, required)
2576
+
2577
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
2578
+ PIE will emit the event prefixed with "PIE-".
2579
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
2580
+
2581
+ ###### `iconAlt` (string, required)
2582
+
2583
+ The alt for the custom button icon
2584
+
2585
+ ###### `iconType` (string, required)
2586
+
2587
+ The icon type.
2588
+ Currently, only "SVG" is supported.
2589
+
2590
+ ###### `icon` (string, required)
2591
+
2592
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
2593
+
2594
+ ##### `blockquote` (object)
2595
+
2596
+ Properties of the `blockquote` object:
2597
+
2598
+ ###### `disabled` (boolean)
2599
+
2600
+ Indicates if the plugin is disabled or not
2601
+
2602
+ ##### `h3` (object)
2603
+
2604
+ Properties of the `h3` object:
2605
+
2606
+ ###### `disabled` (boolean)
2607
+
2608
+ Indicates if the plugin is disabled or not
2609
+
2610
+ ##### `characters` (object)
2611
+
2612
+ Properties of the `characters` object:
2613
+
2614
+ ###### `disabled` (boolean)
2615
+
2616
+ Indicates if the plugin is disabled or not
2617
+
2618
+ ##### `bold` (object)
2619
+
2620
+ Properties of the `bold` object:
2621
+
2622
+ ###### `disabled` (boolean)
2623
+
2624
+ Indicates if the plugin is disabled or not
2625
+
2626
+ ##### `html` (object)
2627
+
2628
+ Properties of the `html` object:
2629
+
2630
+ ###### `disabled` (boolean)
2631
+
2632
+ Indicates if the plugin is disabled or not
2633
+
2634
+ ##### `italic` (object)
2635
+
2636
+ Properties of the `italic` object:
2637
+
2638
+ ###### `disabled` (boolean)
2639
+
2640
+ Indicates if the plugin is disabled or not
2641
+
2642
+ ##### `ol_list` (object)
2643
+
2644
+ Properties of the `ol_list` object:
2645
+
2646
+ ###### `disabled` (boolean)
2647
+
2648
+ Indicates if the plugin is disabled or not
2649
+
2650
+ ##### `redo` (object)
2651
+
2652
+ Properties of the `redo` object:
2653
+
2654
+ ###### `disabled` (boolean)
2655
+
2656
+ Indicates if the plugin is disabled or not
2657
+
2658
+ ##### `strikethrough` (object)
2659
+
2660
+ Properties of the `strikethrough` object:
2661
+
2662
+ ###### `disabled` (boolean)
2663
+
2664
+ Indicates if the plugin is disabled or not
2665
+
2666
+ ##### `sub` (object)
2667
+
2668
+ Properties of the `sub` object:
2669
+
2670
+ ###### `disabled` (boolean)
2671
+
2672
+ Indicates if the plugin is disabled or not
2673
+
2674
+ ##### `sup` (object)
2675
+
2676
+ Properties of the `sup` object:
2677
+
2678
+ ###### `disabled` (boolean)
2679
+
2680
+ Indicates if the plugin is disabled or not
2681
+
2682
+ ##### `table` (object)
2683
+
2684
+ Properties of the `table` object:
2685
+
2686
+ ###### `disabled` (boolean)
2687
+
2688
+ Indicates if the plugin is disabled or not
2689
+
2690
+ ##### `ul_list` (object)
2691
+
2692
+ Properties of the `ul_list` object:
2693
+
2694
+ ###### `disabled` (boolean)
2695
+
2696
+ Indicates if the plugin is disabled or not
2697
+
2698
+ ##### `underline` (object)
2699
+
2700
+ Properties of the `underline` object:
2701
+
2702
+ ###### `disabled` (boolean)
2703
+
2704
+ Indicates if the plugin is disabled or not
2705
+
2706
+ ##### `undo` (object)
2707
+
2708
+ Properties of the `undo` object:
2709
+
2710
+ ###### `disabled` (boolean)
2711
+
2712
+ Indicates if the plugin is disabled or not
2713
+
2714
+ #### `required` (boolean)
2715
+
2716
+ Indicates if the item is required and the value cannot be empty
2717
+
2718
+ #### `settings` (boolean)
2719
+
2720
+ Indicates if the item has to be displayed in the Settings Panel
2721
+
2722
+ #### `label` (string)
2723
+
2724
+ Indicates the label for the item that has to be displayed in the Settings Panel
2725
+
2726
+ ### `settingsPanelDisabled` (boolean)
2727
+
2728
+ Indicates if the settings panel is not available
2729
+
2730
+ ### `spellCheck` (object)
2731
+
2732
+ Properties of the `spellCheck` object:
2733
+
2734
+ #### `settings` (boolean)
2735
+
2736
+ Indicates if the item has to be displayed in the Settings Panel
2737
+
2738
+ #### `label` (string)
2739
+
2740
+ Indicates the label for the item that has to be displayed in the Settings Panel
2741
+
2742
+ ### `rationale` (object)
2743
+
2744
+ Properties of the `rationale` object:
2745
+
2746
+ #### `inputConfiguration` (object)
2747
+
2748
+ Properties of the `inputConfiguration` object:
2749
+
2750
+ ##### `math` (object)
2751
+
2752
+ Properties of the `math` object:
2753
+
2754
+ ###### `disabled` (boolean)
2755
+
2756
+ Indicates if the plugin is disabled or not
2757
+
2758
+ ##### `audio` (object)
2759
+
2760
+ Properties of the `audio` object:
2761
+
2762
+ ###### `disabled` (boolean)
2763
+
2764
+ Indicates if the plugin is disabled or not
2765
+
2766
+ ##### `video` (object)
2767
+
2768
+ Properties of the `video` object:
2769
+
2770
+ ###### `disabled` (boolean)
2771
+
2772
+ Indicates if the plugin is disabled or not
2773
+
2774
+ ##### `image` (object)
2775
+
2776
+ Properties of the `image` object:
2777
+
2778
+ ###### `disabled` (boolean)
2779
+
2780
+ Indicates if the plugin is disabled or not
2781
+
2782
+ ##### `customPlugins` (array)
2783
+
2784
+ An array of objects that determine custom plugins.
2785
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
2786
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
2787
+
2788
+ The object is an array with all elements of the type `object`.
2789
+
2790
+ The array object has the following properties:
2791
+
2792
+ ###### `event` (string, required)
2793
+
2794
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
2795
+ PIE will emit the event prefixed with "PIE-".
2796
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
2797
+
2798
+ ###### `iconAlt` (string, required)
2799
+
2800
+ The alt for the custom button icon
2801
+
2802
+ ###### `iconType` (string, required)
2803
+
2804
+ The icon type.
2805
+ Currently, only "SVG" is supported.
2806
+
2807
+ ###### `icon` (string, required)
2808
+
2809
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
2810
+
2811
+ ##### `blockquote` (object)
2812
+
2813
+ Properties of the `blockquote` object:
2814
+
2815
+ ###### `disabled` (boolean)
2816
+
2817
+ Indicates if the plugin is disabled or not
2818
+
2819
+ ##### `h3` (object)
2820
+
2821
+ Properties of the `h3` object:
2822
+
2823
+ ###### `disabled` (boolean)
2824
+
2825
+ Indicates if the plugin is disabled or not
2826
+
2827
+ ##### `characters` (object)
2828
+
2829
+ Properties of the `characters` object:
2830
+
2831
+ ###### `disabled` (boolean)
2832
+
2833
+ Indicates if the plugin is disabled or not
2834
+
2835
+ ##### `bold` (object)
2836
+
2837
+ Properties of the `bold` object:
2838
+
2839
+ ###### `disabled` (boolean)
2840
+
2841
+ Indicates if the plugin is disabled or not
2842
+
2843
+ ##### `html` (object)
2844
+
2845
+ Properties of the `html` object:
2846
+
2847
+ ###### `disabled` (boolean)
2848
+
2849
+ Indicates if the plugin is disabled or not
2850
+
2851
+ ##### `italic` (object)
2852
+
2853
+ Properties of the `italic` object:
2854
+
2855
+ ###### `disabled` (boolean)
2856
+
2857
+ Indicates if the plugin is disabled or not
2858
+
2859
+ ##### `ol_list` (object)
2860
+
2861
+ Properties of the `ol_list` object:
2862
+
2863
+ ###### `disabled` (boolean)
2864
+
2865
+ Indicates if the plugin is disabled or not
2866
+
2867
+ ##### `redo` (object)
2868
+
2869
+ Properties of the `redo` object:
2870
+
2871
+ ###### `disabled` (boolean)
2872
+
2873
+ Indicates if the plugin is disabled or not
2874
+
2875
+ ##### `strikethrough` (object)
2876
+
2877
+ Properties of the `strikethrough` object:
2878
+
2879
+ ###### `disabled` (boolean)
2880
+
2881
+ Indicates if the plugin is disabled or not
2882
+
2883
+ ##### `sub` (object)
2884
+
2885
+ Properties of the `sub` object:
2886
+
2887
+ ###### `disabled` (boolean)
2888
+
2889
+ Indicates if the plugin is disabled or not
2890
+
2891
+ ##### `sup` (object)
2892
+
2893
+ Properties of the `sup` object:
2894
+
2895
+ ###### `disabled` (boolean)
2896
+
2897
+ Indicates if the plugin is disabled or not
2898
+
2899
+ ##### `table` (object)
2900
+
2901
+ Properties of the `table` object:
2902
+
2903
+ ###### `disabled` (boolean)
2904
+
2905
+ Indicates if the plugin is disabled or not
2906
+
2907
+ ##### `ul_list` (object)
2908
+
2909
+ Properties of the `ul_list` object:
2910
+
2911
+ ###### `disabled` (boolean)
2912
+
2913
+ Indicates if the plugin is disabled or not
2914
+
2915
+ ##### `underline` (object)
2916
+
2917
+ Properties of the `underline` object:
2918
+
2919
+ ###### `disabled` (boolean)
2920
+
2921
+ Indicates if the plugin is disabled or not
2922
+
2923
+ ##### `undo` (object)
2924
+
2925
+ Properties of the `undo` object:
2926
+
2927
+ ###### `disabled` (boolean)
2928
+
2929
+ Indicates if the plugin is disabled or not
2930
+
2931
+ #### `required` (boolean)
2932
+
2933
+ Indicates if the item is required and the value cannot be empty
2934
+
2935
+ #### `settings` (boolean)
2936
+
2937
+ Indicates if the item has to be displayed in the Settings Panel
2938
+
2939
+ #### `label` (string)
2940
+
2941
+ Indicates the label for the item that has to be displayed in the Settings Panel
2942
+
2943
+ ### `studentInstructions` (object)
2944
+
2945
+ Properties of the `studentInstructions` object:
2946
+
2947
+ #### `settings` (boolean)
2948
+
2949
+ Indicates if the item has to be displayed in the Settings Panel
2950
+
2951
+ #### `label` (string)
2952
+
2953
+ Indicates the label for the item that has to be displayed in the Settings Panel
2954
+
2955
+ ### `teacherInstructions` (object)
2956
+
2957
+ Properties of the `teacherInstructions` object:
2958
+
2959
+ #### `inputConfiguration` (object)
2960
+
2961
+ Properties of the `inputConfiguration` object:
2962
+
2963
+ ##### `math` (object)
2964
+
2965
+ Properties of the `math` object:
2966
+
2967
+ ###### `disabled` (boolean)
2968
+
2969
+ Indicates if the plugin is disabled or not
2970
+
2971
+ ##### `audio` (object)
2972
+
2973
+ Properties of the `audio` object:
2974
+
2975
+ ###### `disabled` (boolean)
2976
+
2977
+ Indicates if the plugin is disabled or not
2978
+
2979
+ ##### `video` (object)
2980
+
2981
+ Properties of the `video` object:
2982
+
2983
+ ###### `disabled` (boolean)
2984
+
2985
+ Indicates if the plugin is disabled or not
2986
+
2987
+ ##### `image` (object)
2988
+
2989
+ Properties of the `image` object:
2990
+
2991
+ ###### `disabled` (boolean)
2992
+
2993
+ Indicates if the plugin is disabled or not
2994
+
2995
+ ##### `customPlugins` (array)
2996
+
2997
+ An array of objects that determine custom plugins.
2998
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
2999
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
3000
+
3001
+ The object is an array with all elements of the type `object`.
3002
+
3003
+ The array object has the following properties:
3004
+
3005
+ ###### `event` (string, required)
3006
+
3007
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
3008
+ PIE will emit the event prefixed with "PIE-".
3009
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
3010
+
3011
+ ###### `iconAlt` (string, required)
3012
+
3013
+ The alt for the custom button icon
3014
+
3015
+ ###### `iconType` (string, required)
3016
+
3017
+ The icon type.
3018
+ Currently, only "SVG" is supported.
3019
+
3020
+ ###### `icon` (string, required)
3021
+
3022
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
3023
+
3024
+ ##### `blockquote` (object)
3025
+
3026
+ Properties of the `blockquote` object:
3027
+
3028
+ ###### `disabled` (boolean)
3029
+
3030
+ Indicates if the plugin is disabled or not
3031
+
3032
+ ##### `h3` (object)
3033
+
3034
+ Properties of the `h3` object:
3035
+
3036
+ ###### `disabled` (boolean)
3037
+
3038
+ Indicates if the plugin is disabled or not
3039
+
3040
+ ##### `characters` (object)
3041
+
3042
+ Properties of the `characters` object:
3043
+
3044
+ ###### `disabled` (boolean)
3045
+
3046
+ Indicates if the plugin is disabled or not
3047
+
3048
+ ##### `bold` (object)
3049
+
3050
+ Properties of the `bold` object:
3051
+
3052
+ ###### `disabled` (boolean)
3053
+
3054
+ Indicates if the plugin is disabled or not
3055
+
3056
+ ##### `html` (object)
3057
+
3058
+ Properties of the `html` object:
3059
+
3060
+ ###### `disabled` (boolean)
3061
+
3062
+ Indicates if the plugin is disabled or not
3063
+
3064
+ ##### `italic` (object)
3065
+
3066
+ Properties of the `italic` object:
3067
+
3068
+ ###### `disabled` (boolean)
3069
+
3070
+ Indicates if the plugin is disabled or not
3071
+
3072
+ ##### `ol_list` (object)
3073
+
3074
+ Properties of the `ol_list` object:
3075
+
3076
+ ###### `disabled` (boolean)
3077
+
3078
+ Indicates if the plugin is disabled or not
3079
+
3080
+ ##### `redo` (object)
3081
+
3082
+ Properties of the `redo` object:
3083
+
3084
+ ###### `disabled` (boolean)
3085
+
3086
+ Indicates if the plugin is disabled or not
3087
+
3088
+ ##### `strikethrough` (object)
3089
+
3090
+ Properties of the `strikethrough` object:
3091
+
3092
+ ###### `disabled` (boolean)
3093
+
3094
+ Indicates if the plugin is disabled or not
3095
+
3096
+ ##### `sub` (object)
3097
+
3098
+ Properties of the `sub` object:
3099
+
3100
+ ###### `disabled` (boolean)
3101
+
3102
+ Indicates if the plugin is disabled or not
3103
+
3104
+ ##### `sup` (object)
3105
+
3106
+ Properties of the `sup` object:
3107
+
3108
+ ###### `disabled` (boolean)
3109
+
3110
+ Indicates if the plugin is disabled or not
3111
+
3112
+ ##### `table` (object)
3113
+
3114
+ Properties of the `table` object:
3115
+
3116
+ ###### `disabled` (boolean)
3117
+
3118
+ Indicates if the plugin is disabled or not
3119
+
3120
+ ##### `ul_list` (object)
3121
+
3122
+ Properties of the `ul_list` object:
3123
+
3124
+ ###### `disabled` (boolean)
3125
+
3126
+ Indicates if the plugin is disabled or not
3127
+
3128
+ ##### `underline` (object)
3129
+
3130
+ Properties of the `underline` object:
3131
+
3132
+ ###### `disabled` (boolean)
3133
+
3134
+ Indicates if the plugin is disabled or not
3135
+
3136
+ ##### `undo` (object)
3137
+
3138
+ Properties of the `undo` object:
3139
+
3140
+ ###### `disabled` (boolean)
3141
+
3142
+ Indicates if the plugin is disabled or not
3143
+
3144
+ #### `required` (boolean)
3145
+
3146
+ Indicates if the item is required and the value cannot be empty
3147
+
3148
+ #### `settings` (boolean)
3149
+
3150
+ Indicates if the item has to be displayed in the Settings Panel
3151
+
3152
+ #### `label` (string)
3153
+
3154
+ Indicates the label for the item that has to be displayed in the Settings Panel
3155
+
3156
+ ### `choicesLayout` (object)
3157
+
3158
+ Properties of the `choicesLayout` object:
3159
+
3160
+ #### `settings` (boolean)
3161
+
3162
+ Indicates if the item has to be displayed in the Settings Panel
3163
+
3164
+ #### `label` (string)
3165
+
3166
+ Indicates the label for the item that has to be displayed in the Settings Panel
3167
+
3168
+ ### `gridColumns` (object)
3169
+
3170
+ Properties of the `gridColumns` object:
3171
+
3172
+ #### `settings` (boolean)
3173
+
3174
+ Indicates if the item has to be displayed in the Settings Panel
3175
+
3176
+ #### `label` (string)
3177
+
3178
+ Indicates the label for the item that has to be displayed in the Settings Panel
3179
+
3180
+ ### `minAnswerChoices` (number)
3181
+
3182
+ Minimum number of answer choices
3183
+
3184
+ ### `maxAnswerChoices` (number)
3185
+
3186
+ Maximum number of answer choices
3187
+
3188
+ ### `maxImageWidth` (object)
3189
+
3190
+ Properties of the `maxImageWidth` object:
3191
+
3192
+ #### `teacherInstructions` (number)
3193
+
3194
+ Indicates the max dimension for images in teacher instructions
3195
+
3196
+ #### `prompt` (number)
3197
+
3198
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
3199
+
3200
+ #### `rationale` (number)
3201
+
3202
+ Indicates the max dimension for images in rationale
3203
+
3204
+ #### `choices` (number)
3205
+
3206
+ Indicates the max dimension for images in choices
3207
+
3208
+ ### `maxImageHeight` (object)
3209
+
3210
+ Properties of the `maxImageHeight` object:
3211
+
3212
+ #### `teacherInstructions` (number)
3213
+
3214
+ Indicates the max dimension for images in teacher instructions
3215
+
3216
+ #### `prompt` (number)
3217
+
3218
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
3219
+
3220
+ #### `rationale` (number)
3221
+
3222
+ Indicates the max dimension for images in rationale
3223
+
3224
+ #### `choices` (number)
3225
+
3226
+ Indicates the max dimension for images in choices
3227
+
3228
+ ### `mathMlOptions` (object)
3229
+
3230
+ Properties of the `mathMlOptions` object:
3231
+
3232
+ #### `mmlOutput` (number)
3233
+
3234
+ Indicates if model should have mathML output instead of latex
3235
+
3236
+ #### `mmlEditing` (number)
3237
+
3238
+ Indicates if mathML that's already in model should be editable
3239
+
3240
+ ### `baseInputConfiguration` (object)
3241
+
3242
+ Properties of the `baseInputConfiguration` object:
3243
+
3244
+ #### `math` (object)
3245
+
3246
+ Properties of the `math` object:
3247
+
3248
+ ##### `disabled` (boolean)
3249
+
3250
+ Indicates if the plugin is disabled or not
3251
+
3252
+ #### `audio` (object)
3253
+
3254
+ Properties of the `audio` object:
3255
+
3256
+ ##### `disabled` (boolean)
3257
+
3258
+ Indicates if the plugin is disabled or not
3259
+
3260
+ #### `video` (object)
3261
+
3262
+ Properties of the `video` object:
3263
+
3264
+ ##### `disabled` (boolean)
3265
+
3266
+ Indicates if the plugin is disabled or not
3267
+
3268
+ #### `image` (object)
3269
+
3270
+ Properties of the `image` object:
3271
+
3272
+ ##### `disabled` (boolean)
3273
+
3274
+ Indicates if the plugin is disabled or not
3275
+
3276
+ #### `customPlugins` (array)
3277
+
3278
+ An array of objects that determine custom plugins.
3279
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
3280
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
3281
+
3282
+ The object is an array with all elements of the type `object`.
3283
+
3284
+ The array object has the following properties:
3285
+
3286
+ ##### `event` (string, required)
3287
+
3288
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
3289
+ PIE will emit the event prefixed with "PIE-".
3290
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
3291
+
3292
+ ##### `iconAlt` (string, required)
3293
+
3294
+ The alt for the custom button icon
3295
+
3296
+ ##### `iconType` (string, required)
3297
+
3298
+ The icon type.
3299
+ Currently, only "SVG" is supported.
3300
+
3301
+ ##### `icon` (string, required)
3302
+
3303
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
3304
+
3305
+ #### `blockquote` (object)
3306
+
3307
+ Properties of the `blockquote` object:
3308
+
3309
+ ##### `disabled` (boolean)
3310
+
3311
+ Indicates if the plugin is disabled or not
3312
+
3313
+ #### `h3` (object)
3314
+
3315
+ Properties of the `h3` object:
3316
+
3317
+ ##### `disabled` (boolean)
3318
+
3319
+ Indicates if the plugin is disabled or not
3320
+
3321
+ #### `characters` (object)
3322
+
3323
+ Properties of the `characters` object:
3324
+
3325
+ ##### `disabled` (boolean)
3326
+
3327
+ Indicates if the plugin is disabled or not
3328
+
3329
+ #### `bold` (object)
3330
+
3331
+ Properties of the `bold` object:
3332
+
3333
+ ##### `disabled` (boolean)
3334
+
3335
+ Indicates if the plugin is disabled or not
3336
+
3337
+ #### `html` (object)
3338
+
3339
+ Properties of the `html` object:
3340
+
3341
+ ##### `disabled` (boolean)
3342
+
3343
+ Indicates if the plugin is disabled or not
3344
+
3345
+ #### `italic` (object)
3346
+
3347
+ Properties of the `italic` object:
3348
+
3349
+ ##### `disabled` (boolean)
3350
+
3351
+ Indicates if the plugin is disabled or not
3352
+
3353
+ #### `ol_list` (object)
3354
+
3355
+ Properties of the `ol_list` object:
3356
+
3357
+ ##### `disabled` (boolean)
3358
+
3359
+ Indicates if the plugin is disabled or not
3360
+
3361
+ #### `redo` (object)
3362
+
3363
+ Properties of the `redo` object:
3364
+
3365
+ ##### `disabled` (boolean)
3366
+
3367
+ Indicates if the plugin is disabled or not
3368
+
3369
+ #### `strikethrough` (object)
3370
+
3371
+ Properties of the `strikethrough` object:
3372
+
3373
+ ##### `disabled` (boolean)
3374
+
3375
+ Indicates if the plugin is disabled or not
3376
+
3377
+ #### `sub` (object)
3378
+
3379
+ Properties of the `sub` object:
3380
+
3381
+ ##### `disabled` (boolean)
3382
+
3383
+ Indicates if the plugin is disabled or not
3384
+
3385
+ #### `sup` (object)
3386
+
3387
+ Properties of the `sup` object:
3388
+
3389
+ ##### `disabled` (boolean)
3390
+
3391
+ Indicates if the plugin is disabled or not
3392
+
3393
+ #### `table` (object)
3394
+
3395
+ Properties of the `table` object:
3396
+
3397
+ ##### `disabled` (boolean)
3398
+
3399
+ Indicates if the plugin is disabled or not
3400
+
3401
+ #### `ul_list` (object)
3402
+
3403
+ Properties of the `ul_list` object:
3404
+
3405
+ ##### `disabled` (boolean)
3406
+
3407
+ Indicates if the plugin is disabled or not
3408
+
3409
+ #### `underline` (object)
3410
+
3411
+ Properties of the `underline` object:
3412
+
3413
+ ##### `disabled` (boolean)
3414
+
3415
+ Indicates if the plugin is disabled or not
3416
+
3417
+ #### `undo` (object)
3418
+
3419
+ Properties of the `undo` object:
3420
+
3421
+ ##### `disabled` (boolean)
3422
+
3423
+ Indicates if the plugin is disabled or not
3424
+
3425
+ ### `choices` (object)
3426
+
3427
+ Properties of the `choices` object:
3428
+
3429
+ #### `inputConfiguration` (object)
3430
+
3431
+ Properties of the `inputConfiguration` object:
3432
+
3433
+ ##### `math` (object)
3434
+
3435
+ Properties of the `math` object:
3436
+
3437
+ ###### `disabled` (boolean)
3438
+
3439
+ Indicates if the plugin is disabled or not
3440
+
3441
+ ##### `audio` (object)
3442
+
3443
+ Properties of the `audio` object:
3444
+
3445
+ ###### `disabled` (boolean)
3446
+
3447
+ Indicates if the plugin is disabled or not
3448
+
3449
+ ##### `video` (object)
3450
+
3451
+ Properties of the `video` object:
3452
+
3453
+ ###### `disabled` (boolean)
3454
+
3455
+ Indicates if the plugin is disabled or not
3456
+
3457
+ ##### `image` (object)
3458
+
3459
+ Properties of the `image` object:
3460
+
3461
+ ###### `disabled` (boolean)
3462
+
3463
+ Indicates if the plugin is disabled or not
3464
+
3465
+ ##### `customPlugins` (array)
3466
+
3467
+ An array of objects that determine custom plugins.
3468
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
3469
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
3470
+
3471
+ The object is an array with all elements of the type `object`.
3472
+
3473
+ The array object has the following properties:
3474
+
3475
+ ###### `event` (string, required)
3476
+
3477
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
3478
+ PIE will emit the event prefixed with "PIE-".
3479
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
3480
+
3481
+ ###### `iconAlt` (string, required)
3482
+
3483
+ The alt for the custom button icon
3484
+
3485
+ ###### `iconType` (string, required)
3486
+
3487
+ The icon type.
3488
+ Currently, only "SVG" is supported.
3489
+
3490
+ ###### `icon` (string, required)
3491
+
3492
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
3493
+
3494
+ ##### `blockquote` (object)
3495
+
3496
+ Properties of the `blockquote` object:
3497
+
3498
+ ###### `disabled` (boolean)
3499
+
3500
+ Indicates if the plugin is disabled or not
3501
+
3502
+ ##### `h3` (object)
3503
+
3504
+ Properties of the `h3` object:
3505
+
3506
+ ###### `disabled` (boolean)
3507
+
3508
+ Indicates if the plugin is disabled or not
3509
+
3510
+ ##### `characters` (object)
3511
+
3512
+ Properties of the `characters` object:
3513
+
3514
+ ###### `disabled` (boolean)
3515
+
3516
+ Indicates if the plugin is disabled or not
3517
+
3518
+ ##### `bold` (object)
3519
+
3520
+ Properties of the `bold` object:
3521
+
3522
+ ###### `disabled` (boolean)
3523
+
3524
+ Indicates if the plugin is disabled or not
3525
+
3526
+ ##### `html` (object)
3527
+
3528
+ Properties of the `html` object:
3529
+
3530
+ ###### `disabled` (boolean)
3531
+
3532
+ Indicates if the plugin is disabled or not
3533
+
3534
+ ##### `italic` (object)
3535
+
3536
+ Properties of the `italic` object:
3537
+
3538
+ ###### `disabled` (boolean)
3539
+
3540
+ Indicates if the plugin is disabled or not
3541
+
3542
+ ##### `ol_list` (object)
3543
+
3544
+ Properties of the `ol_list` object:
3545
+
3546
+ ###### `disabled` (boolean)
3547
+
3548
+ Indicates if the plugin is disabled or not
3549
+
3550
+ ##### `redo` (object)
3551
+
3552
+ Properties of the `redo` object:
3553
+
3554
+ ###### `disabled` (boolean)
3555
+
3556
+ Indicates if the plugin is disabled or not
3557
+
3558
+ ##### `strikethrough` (object)
3559
+
3560
+ Properties of the `strikethrough` object:
3561
+
3562
+ ###### `disabled` (boolean)
3563
+
3564
+ Indicates if the plugin is disabled or not
3565
+
3566
+ ##### `sub` (object)
3567
+
3568
+ Properties of the `sub` object:
3569
+
3570
+ ###### `disabled` (boolean)
3571
+
3572
+ Indicates if the plugin is disabled or not
3573
+
3574
+ ##### `sup` (object)
3575
+
3576
+ Properties of the `sup` object:
3577
+
3578
+ ###### `disabled` (boolean)
3579
+
3580
+ Indicates if the plugin is disabled or not
3581
+
3582
+ ##### `table` (object)
3583
+
3584
+ Properties of the `table` object:
3585
+
3586
+ ###### `disabled` (boolean)
3587
+
3588
+ Indicates if the plugin is disabled or not
3589
+
3590
+ ##### `ul_list` (object)
3591
+
3592
+ Properties of the `ul_list` object:
3593
+
3594
+ ###### `disabled` (boolean)
3595
+
3596
+ Indicates if the plugin is disabled or not
3597
+
3598
+ ##### `underline` (object)
3599
+
3600
+ Properties of the `underline` object:
3601
+
3602
+ ###### `disabled` (boolean)
3603
+
3604
+ Indicates if the plugin is disabled or not
3605
+
3606
+ ##### `undo` (object)
3607
+
3608
+ Properties of the `undo` object:
3609
+
3610
+ ###### `disabled` (boolean)
3611
+
3612
+ Indicates if the plugin is disabled or not
3613
+
3614
+ #### `settings` (boolean)
3615
+
3616
+ Indicates if the item has to be displayed in the Settings Panel
3617
+
3618
+ #### `label` (string)
3619
+
3620
+ Indicates the label for the item that has to be displayed in the Settings Panel
3621
+
3622
+ ## `ConfigureProp` (object)
3623
+
3624
+ Properties of the `ConfigureProp` object:
3625
+
3626
+ ### `settings` (boolean)
3627
+
3628
+ Indicates if the item has to be displayed in the Settings Panel
3629
+
3630
+ ### `label` (string)
3631
+
3632
+ Indicates the label for the item that has to be displayed in the Settings Panel
3633
+
3634
+ ## `EditableHtmlPluginConfigureRequired` (object)
3635
+
3636
+ Properties of the `EditableHtmlPluginConfigureRequired` object:
3637
+
3638
+ ### `inputConfiguration` (object)
3639
+
3640
+ Properties of the `inputConfiguration` object:
3641
+
3642
+ #### `math` (object)
3643
+
3644
+ Properties of the `math` object:
3645
+
3646
+ ##### `disabled` (boolean)
3647
+
3648
+ Indicates if the plugin is disabled or not
3649
+
3650
+ #### `audio` (object)
3651
+
3652
+ Properties of the `audio` object:
3653
+
3654
+ ##### `disabled` (boolean)
3655
+
3656
+ Indicates if the plugin is disabled or not
3657
+
3658
+ #### `video` (object)
3659
+
3660
+ Properties of the `video` object:
3661
+
3662
+ ##### `disabled` (boolean)
3663
+
3664
+ Indicates if the plugin is disabled or not
3665
+
3666
+ #### `image` (object)
3667
+
3668
+ Properties of the `image` object:
3669
+
3670
+ ##### `disabled` (boolean)
3671
+
3672
+ Indicates if the plugin is disabled or not
3673
+
3674
+ #### `customPlugins` (array)
3675
+
3676
+ An array of objects that determine custom plugins.
3677
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
3678
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
3679
+
3680
+ The object is an array with all elements of the type `object`.
3681
+
3682
+ The array object has the following properties:
3683
+
3684
+ ##### `event` (string, required)
3685
+
3686
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
3687
+ PIE will emit the event prefixed with "PIE-".
3688
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
3689
+
3690
+ ##### `iconAlt` (string, required)
3691
+
3692
+ The alt for the custom button icon
3693
+
3694
+ ##### `iconType` (string, required)
3695
+
3696
+ The icon type.
3697
+ Currently, only "SVG" is supported.
3698
+
3699
+ ##### `icon` (string, required)
3700
+
3701
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
3702
+
3703
+ #### `blockquote` (object)
3704
+
3705
+ Properties of the `blockquote` object:
3706
+
3707
+ ##### `disabled` (boolean)
3708
+
3709
+ Indicates if the plugin is disabled or not
3710
+
3711
+ #### `h3` (object)
3712
+
3713
+ Properties of the `h3` object:
3714
+
3715
+ ##### `disabled` (boolean)
3716
+
3717
+ Indicates if the plugin is disabled or not
3718
+
3719
+ #### `characters` (object)
3720
+
3721
+ Properties of the `characters` object:
3722
+
3723
+ ##### `disabled` (boolean)
3724
+
3725
+ Indicates if the plugin is disabled or not
3726
+
3727
+ #### `bold` (object)
3728
+
3729
+ Properties of the `bold` object:
3730
+
3731
+ ##### `disabled` (boolean)
3732
+
3733
+ Indicates if the plugin is disabled or not
3734
+
3735
+ #### `html` (object)
3736
+
3737
+ Properties of the `html` object:
3738
+
3739
+ ##### `disabled` (boolean)
3740
+
3741
+ Indicates if the plugin is disabled or not
3742
+
3743
+ #### `italic` (object)
3744
+
3745
+ Properties of the `italic` object:
3746
+
3747
+ ##### `disabled` (boolean)
3748
+
3749
+ Indicates if the plugin is disabled or not
3750
+
3751
+ #### `ol_list` (object)
3752
+
3753
+ Properties of the `ol_list` object:
3754
+
3755
+ ##### `disabled` (boolean)
3756
+
3757
+ Indicates if the plugin is disabled or not
3758
+
3759
+ #### `redo` (object)
3760
+
3761
+ Properties of the `redo` object:
3762
+
3763
+ ##### `disabled` (boolean)
3764
+
3765
+ Indicates if the plugin is disabled or not
3766
+
3767
+ #### `strikethrough` (object)
3768
+
3769
+ Properties of the `strikethrough` object:
3770
+
3771
+ ##### `disabled` (boolean)
3772
+
3773
+ Indicates if the plugin is disabled or not
3774
+
3775
+ #### `sub` (object)
3776
+
3777
+ Properties of the `sub` object:
3778
+
3779
+ ##### `disabled` (boolean)
3780
+
3781
+ Indicates if the plugin is disabled or not
3782
+
3783
+ #### `sup` (object)
3784
+
3785
+ Properties of the `sup` object:
3786
+
3787
+ ##### `disabled` (boolean)
3788
+
3789
+ Indicates if the plugin is disabled or not
3790
+
3791
+ #### `table` (object)
3792
+
3793
+ Properties of the `table` object:
3794
+
3795
+ ##### `disabled` (boolean)
3796
+
3797
+ Indicates if the plugin is disabled or not
3798
+
3799
+ #### `ul_list` (object)
3800
+
3801
+ Properties of the `ul_list` object:
3802
+
3803
+ ##### `disabled` (boolean)
3804
+
3805
+ Indicates if the plugin is disabled or not
3806
+
3807
+ #### `underline` (object)
3808
+
3809
+ Properties of the `underline` object:
3810
+
3811
+ ##### `disabled` (boolean)
3812
+
3813
+ Indicates if the plugin is disabled or not
3814
+
3815
+ #### `undo` (object)
3816
+
3817
+ Properties of the `undo` object:
3818
+
3819
+ ##### `disabled` (boolean)
3820
+
3821
+ Indicates if the plugin is disabled or not
3822
+
3823
+ ### `required` (boolean)
3824
+
3825
+ Indicates if the item is required and the value cannot be empty
3826
+
3827
+ ### `settings` (boolean)
3828
+
3829
+ Indicates if the item has to be displayed in the Settings Panel
3830
+
3831
+ ### `label` (string)
3832
+
3833
+ Indicates the label for the item that has to be displayed in the Settings Panel
3834
+
3835
+ ## `EditableHtmlConfigureProp` (object)
3836
+
3837
+ Properties of the `EditableHtmlConfigureProp` object:
3838
+
3839
+ ### `math` (object)
3840
+
3841
+ Properties of the `math` object:
3842
+
3843
+ #### `disabled` (boolean)
3844
+
3845
+ Indicates if the plugin is disabled or not
3846
+
3847
+ ### `audio` (object)
3848
+
3849
+ Properties of the `audio` object:
3850
+
3851
+ #### `disabled` (boolean)
3852
+
3853
+ Indicates if the plugin is disabled or not
3854
+
3855
+ ### `video` (object)
3856
+
3857
+ Properties of the `video` object:
3858
+
3859
+ #### `disabled` (boolean)
3860
+
3861
+ Indicates if the plugin is disabled or not
3862
+
3863
+ ### `image` (object)
3864
+
3865
+ Properties of the `image` object:
3866
+
3867
+ #### `disabled` (boolean)
3868
+
3869
+ Indicates if the plugin is disabled or not
3870
+
3871
+ ### `customPlugins` (array)
3872
+
3873
+ An array of objects that determine custom plugins.
3874
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
3875
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
3876
+
3877
+ The object is an array with all elements of the type `object`.
3878
+
3879
+ The array object has the following properties:
3880
+
3881
+ #### `event` (string, required)
3882
+
3883
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
3884
+ PIE will emit the event prefixed with "PIE-".
3885
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
3886
+
3887
+ #### `iconAlt` (string, required)
3888
+
3889
+ The alt for the custom button icon
3890
+
3891
+ #### `iconType` (string, required)
3892
+
3893
+ The icon type.
3894
+ Currently, only "SVG" is supported.
3895
+
3896
+ #### `icon` (string, required)
3897
+
3898
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
3899
+
3900
+ ### `blockquote` (object)
3901
+
3902
+ Properties of the `blockquote` object:
3903
+
3904
+ #### `disabled` (boolean)
3905
+
3906
+ Indicates if the plugin is disabled or not
3907
+
3908
+ ### `h3` (object)
3909
+
3910
+ Properties of the `h3` object:
3911
+
3912
+ #### `disabled` (boolean)
3913
+
3914
+ Indicates if the plugin is disabled or not
3915
+
3916
+ ### `characters` (object)
3917
+
3918
+ Properties of the `characters` object:
3919
+
3920
+ #### `disabled` (boolean)
3921
+
3922
+ Indicates if the plugin is disabled or not
3923
+
3924
+ ### `bold` (object)
3925
+
3926
+ Properties of the `bold` object:
3927
+
3928
+ #### `disabled` (boolean)
3929
+
3930
+ Indicates if the plugin is disabled or not
3931
+
3932
+ ### `html` (object)
3933
+
3934
+ Properties of the `html` object:
3935
+
3936
+ #### `disabled` (boolean)
3937
+
3938
+ Indicates if the plugin is disabled or not
3939
+
3940
+ ### `italic` (object)
3941
+
3942
+ Properties of the `italic` object:
3943
+
3944
+ #### `disabled` (boolean)
3945
+
3946
+ Indicates if the plugin is disabled or not
3947
+
3948
+ ### `ol_list` (object)
3949
+
3950
+ Properties of the `ol_list` object:
3951
+
3952
+ #### `disabled` (boolean)
3953
+
3954
+ Indicates if the plugin is disabled or not
3955
+
3956
+ ### `redo` (object)
3957
+
3958
+ Properties of the `redo` object:
3959
+
3960
+ #### `disabled` (boolean)
3961
+
3962
+ Indicates if the plugin is disabled or not
3963
+
3964
+ ### `strikethrough` (object)
3965
+
3966
+ Properties of the `strikethrough` object:
3967
+
3968
+ #### `disabled` (boolean)
3969
+
3970
+ Indicates if the plugin is disabled or not
3971
+
3972
+ ### `sub` (object)
3973
+
3974
+ Properties of the `sub` object:
3975
+
3976
+ #### `disabled` (boolean)
3977
+
3978
+ Indicates if the plugin is disabled or not
3979
+
3980
+ ### `sup` (object)
3981
+
3982
+ Properties of the `sup` object:
3983
+
3984
+ #### `disabled` (boolean)
3985
+
3986
+ Indicates if the plugin is disabled or not
3987
+
3988
+ ### `table` (object)
3989
+
3990
+ Properties of the `table` object:
3991
+
3992
+ #### `disabled` (boolean)
3993
+
3994
+ Indicates if the plugin is disabled or not
3995
+
3996
+ ### `ul_list` (object)
3997
+
3998
+ Properties of the `ul_list` object:
3999
+
4000
+ #### `disabled` (boolean)
4001
+
4002
+ Indicates if the plugin is disabled or not
4003
+
4004
+ ### `underline` (object)
4005
+
4006
+ Properties of the `underline` object:
4007
+
4008
+ #### `disabled` (boolean)
4009
+
4010
+ Indicates if the plugin is disabled or not
4011
+
4012
+ ### `undo` (object)
4013
+
4014
+ Properties of the `undo` object:
4015
+
4016
+ #### `disabled` (boolean)
4017
+
4018
+ Indicates if the plugin is disabled or not
4019
+
4020
+ ## `EditableHtmlButtonConfigure` (object)
4021
+
4022
+ Properties of the `EditableHtmlButtonConfigure` object:
4023
+
4024
+ ### `disabled` (boolean)
4025
+
4026
+ Indicates if the plugin is disabled or not
4027
+
4028
+ ## `CustomPlugin` (object)
4029
+
4030
+ Properties of the `CustomPlugin` object:
4031
+
4032
+ ### `event` (string, required)
4033
+
4034
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
4035
+ PIE will emit the event prefixed with "PIE-".
4036
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
4037
+
4038
+ ### `iconAlt` (string, required)
4039
+
4040
+ The alt for the custom button icon
4041
+
4042
+ ### `iconType` (string, required)
4043
+
4044
+ The icon type.
4045
+ Currently, only "SVG" is supported.
4046
+
4047
+ ### `icon` (string, required)
4048
+
4049
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
4050
+
4051
+ ## `ConfigureMaxImageDimensionsProp` (object)
4052
+
4053
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
4054
+
4055
+ ### `teacherInstructions` (number)
4056
+
4057
+ Indicates the max dimension for images in teacher instructions
4058
+
4059
+ ### `prompt` (number)
4060
+
4061
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
4062
+
4063
+ ### `rationale` (number)
4064
+
4065
+ Indicates the max dimension for images in rationale
4066
+
4067
+ ### `choices` (number)
4068
+
4069
+ Indicates the max dimension for images in choices
4070
+
4071
+ ## `ConfigureMathMLProp` (object)
4072
+
4073
+ Properties of the `ConfigureMathMLProp` object:
4074
+
4075
+ ### `mmlOutput` (number)
4076
+
4077
+ Indicates if model should have mathML output instead of latex
4078
+
4079
+ ### `mmlEditing` (number)
4080
+
4081
+ Indicates if mathML that's already in model should be editable
4082
+
4083
+ ## `EditableHtmlPluginConfigure` (object)
4084
+
4085
+ Properties of the `EditableHtmlPluginConfigure` object:
4086
+
4087
+ ### `inputConfiguration` (object)
4088
+
4089
+ Properties of the `inputConfiguration` object:
4090
+
4091
+ #### `math` (object)
4092
+
4093
+ Properties of the `math` object:
4094
+
4095
+ ##### `disabled` (boolean)
4096
+
4097
+ Indicates if the plugin is disabled or not
4098
+
4099
+ #### `audio` (object)
4100
+
4101
+ Properties of the `audio` object:
4102
+
4103
+ ##### `disabled` (boolean)
4104
+
4105
+ Indicates if the plugin is disabled or not
4106
+
4107
+ #### `video` (object)
4108
+
4109
+ Properties of the `video` object:
4110
+
4111
+ ##### `disabled` (boolean)
4112
+
4113
+ Indicates if the plugin is disabled or not
4114
+
4115
+ #### `image` (object)
4116
+
4117
+ Properties of the `image` object:
4118
+
4119
+ ##### `disabled` (boolean)
4120
+
4121
+ Indicates if the plugin is disabled or not
4122
+
4123
+ #### `customPlugins` (array)
4124
+
4125
+ An array of objects that determine custom plugins.
4126
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
4127
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
4128
+
4129
+ The object is an array with all elements of the type `object`.
4130
+
4131
+ The array object has the following properties:
4132
+
4133
+ ##### `event` (string, required)
4134
+
4135
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
4136
+ PIE will emit the event prefixed with "PIE-".
4137
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
4138
+
4139
+ ##### `iconAlt` (string, required)
4140
+
4141
+ The alt for the custom button icon
4142
+
4143
+ ##### `iconType` (string, required)
4144
+
4145
+ The icon type.
4146
+ Currently, only "SVG" is supported.
4147
+
4148
+ ##### `icon` (string, required)
4149
+
4150
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
4151
+
4152
+ #### `blockquote` (object)
4153
+
4154
+ Properties of the `blockquote` object:
4155
+
4156
+ ##### `disabled` (boolean)
4157
+
4158
+ Indicates if the plugin is disabled or not
4159
+
4160
+ #### `h3` (object)
4161
+
4162
+ Properties of the `h3` object:
4163
+
4164
+ ##### `disabled` (boolean)
4165
+
4166
+ Indicates if the plugin is disabled or not
4167
+
4168
+ #### `characters` (object)
4169
+
4170
+ Properties of the `characters` object:
4171
+
4172
+ ##### `disabled` (boolean)
4173
+
4174
+ Indicates if the plugin is disabled or not
4175
+
4176
+ #### `bold` (object)
4177
+
4178
+ Properties of the `bold` object:
4179
+
4180
+ ##### `disabled` (boolean)
4181
+
4182
+ Indicates if the plugin is disabled or not
4183
+
4184
+ #### `html` (object)
4185
+
4186
+ Properties of the `html` object:
4187
+
4188
+ ##### `disabled` (boolean)
4189
+
4190
+ Indicates if the plugin is disabled or not
4191
+
4192
+ #### `italic` (object)
4193
+
4194
+ Properties of the `italic` object:
4195
+
4196
+ ##### `disabled` (boolean)
4197
+
4198
+ Indicates if the plugin is disabled or not
4199
+
4200
+ #### `ol_list` (object)
4201
+
4202
+ Properties of the `ol_list` object:
4203
+
4204
+ ##### `disabled` (boolean)
4205
+
4206
+ Indicates if the plugin is disabled or not
4207
+
4208
+ #### `redo` (object)
4209
+
4210
+ Properties of the `redo` object:
4211
+
4212
+ ##### `disabled` (boolean)
4213
+
4214
+ Indicates if the plugin is disabled or not
4215
+
4216
+ #### `strikethrough` (object)
4217
+
4218
+ Properties of the `strikethrough` object:
4219
+
4220
+ ##### `disabled` (boolean)
4221
+
4222
+ Indicates if the plugin is disabled or not
4223
+
4224
+ #### `sub` (object)
4225
+
4226
+ Properties of the `sub` object:
4227
+
4228
+ ##### `disabled` (boolean)
4229
+
4230
+ Indicates if the plugin is disabled or not
4231
+
4232
+ #### `sup` (object)
4233
+
4234
+ Properties of the `sup` object:
4235
+
4236
+ ##### `disabled` (boolean)
4237
+
4238
+ Indicates if the plugin is disabled or not
4239
+
4240
+ #### `table` (object)
4241
+
4242
+ Properties of the `table` object:
4243
+
4244
+ ##### `disabled` (boolean)
4245
+
4246
+ Indicates if the plugin is disabled or not
4247
+
4248
+ #### `ul_list` (object)
4249
+
4250
+ Properties of the `ul_list` object:
4251
+
4252
+ ##### `disabled` (boolean)
4253
+
4254
+ Indicates if the plugin is disabled or not
4255
+
4256
+ #### `underline` (object)
4257
+
4258
+ Properties of the `underline` object:
4259
+
4260
+ ##### `disabled` (boolean)
4261
+
4262
+ Indicates if the plugin is disabled or not
4263
+
4264
+ #### `undo` (object)
4265
+
4266
+ Properties of the `undo` object:
4267
+
4268
+ ##### `disabled` (boolean)
4269
+
4270
+ Indicates if the plugin is disabled or not
4271
+
4272
+ ### `settings` (boolean)
4273
+
4274
+ Indicates if the item has to be displayed in the Settings Panel
4275
+
4276
+ ### `label` (string)
4277
+
4278
+ Indicates the label for the item that has to be displayed in the Settings Panel