@almadar/std 15.15.0 → 15.15.1
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.
- package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors/behaviors-registry.json +2913 -156
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors-registry.json +2913 -156
- package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/registry/app/atoms/std-application.orb +300 -188
- package/dist/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/registry/app/atoms/std-donor.orb +191 -156
- package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/registry/app/atoms/std-driver.orb +440 -202
- package/dist/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/registry/app/atoms/std-event.orb +309 -178
- package/dist/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/registry/app/atoms/std-lease.orb +411 -178
- package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/registry/app/atoms/std-matter.orb +415 -189
- package/dist/registry/app/atoms/std-membership.orb +387 -167
- package/dist/registry/app/atoms/std-menu.orb +232 -175
- package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/registry/app/atoms/std-segment.orb +173 -139
- package/dist/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/registry/app/atoms/std-trial.orb +401 -183
- package/dist/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-question-bank",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-question-bank — typed question library for surveys. Lists questions
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-question-bank — typed question library for surveys. Lists questions; detail offers Update / Delete. Exposes Content/Knowledge knobs (visibilityScope, enabledLocales, keepVersions, …).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "QuestionBankOrbital",
|
|
@@ -261,22 +261,22 @@
|
|
|
261
261
|
"render-ui",
|
|
262
262
|
"main",
|
|
263
263
|
{
|
|
264
|
-
"type": "stack",
|
|
265
|
-
"direction": "vertical",
|
|
266
|
-
"gap": "md",
|
|
267
|
-
"className": "py-12",
|
|
268
264
|
"children": [
|
|
269
265
|
{
|
|
270
266
|
"type": "spinner"
|
|
271
267
|
},
|
|
272
268
|
{
|
|
273
|
-
"type": "typography",
|
|
274
269
|
"variant": "caption",
|
|
275
|
-
"
|
|
276
|
-
"
|
|
270
|
+
"content": "Loading questions…",
|
|
271
|
+
"type": "typography",
|
|
272
|
+
"color": "muted"
|
|
277
273
|
}
|
|
278
274
|
],
|
|
279
|
-
"
|
|
275
|
+
"gap": "md",
|
|
276
|
+
"type": "stack",
|
|
277
|
+
"direction": "vertical",
|
|
278
|
+
"align": "center",
|
|
279
|
+
"className": "py-12"
|
|
280
280
|
}
|
|
281
281
|
]
|
|
282
282
|
]
|
|
@@ -290,29 +290,27 @@
|
|
|
290
290
|
"render-ui",
|
|
291
291
|
"main",
|
|
292
292
|
{
|
|
293
|
-
"direction": "vertical",
|
|
294
|
-
"type": "stack",
|
|
295
293
|
"gap": "md",
|
|
294
|
+
"direction": "vertical",
|
|
296
295
|
"children": [
|
|
297
296
|
{
|
|
298
|
-
"gap": "sm",
|
|
299
297
|
"type": "stack",
|
|
300
|
-
"direction": "horizontal",
|
|
301
298
|
"align": "center",
|
|
302
299
|
"children": [
|
|
303
300
|
{
|
|
304
|
-
"
|
|
305
|
-
"
|
|
301
|
+
"type": "icon",
|
|
302
|
+
"name": "list-checks"
|
|
306
303
|
},
|
|
307
304
|
{
|
|
308
|
-
"content": "@config.title",
|
|
309
305
|
"type": "typography",
|
|
310
|
-
"variant": "h3"
|
|
306
|
+
"variant": "h3",
|
|
307
|
+
"content": "@config.title"
|
|
311
308
|
}
|
|
312
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"direction": "horizontal",
|
|
311
|
+
"gap": "sm"
|
|
313
312
|
},
|
|
314
313
|
{
|
|
315
|
-
"type": "simple-grid",
|
|
316
314
|
"cols": 4.0,
|
|
317
315
|
"children": [
|
|
318
316
|
{
|
|
@@ -322,37 +320,39 @@
|
|
|
322
320
|
"label": "Total questions"
|
|
323
321
|
},
|
|
324
322
|
{
|
|
325
|
-
"value": "18",
|
|
326
|
-
"label": "Required",
|
|
327
323
|
"type": "stat-display",
|
|
328
|
-
"icon": "alert-circle"
|
|
324
|
+
"icon": "alert-circle",
|
|
325
|
+
"label": "Required",
|
|
326
|
+
"value": "18"
|
|
329
327
|
},
|
|
330
328
|
{
|
|
331
329
|
"type": "stat-display",
|
|
332
|
-
"label": "Surveys",
|
|
333
330
|
"value": "6",
|
|
334
|
-
"icon": "clipboard-list"
|
|
331
|
+
"icon": "clipboard-list",
|
|
332
|
+
"label": "Surveys"
|
|
335
333
|
},
|
|
336
334
|
{
|
|
335
|
+
"value": "9",
|
|
337
336
|
"label": "Categories",
|
|
338
|
-
"type": "stat-display",
|
|
339
337
|
"icon": "tag",
|
|
340
|
-
"
|
|
338
|
+
"type": "stat-display"
|
|
341
339
|
}
|
|
342
|
-
]
|
|
340
|
+
],
|
|
341
|
+
"type": "simple-grid"
|
|
343
342
|
},
|
|
344
343
|
{
|
|
345
344
|
"type": "divider"
|
|
346
345
|
},
|
|
347
346
|
{
|
|
347
|
+
"fields": "@config.fields",
|
|
348
|
+
"entity": "@payload.data",
|
|
348
349
|
"type": "data-grid",
|
|
349
350
|
"cols": 1.0,
|
|
350
|
-
"entity": "@payload.data",
|
|
351
|
-
"gap": "sm",
|
|
352
351
|
"itemActions": "@config.itemActions",
|
|
353
|
-
"
|
|
352
|
+
"gap": "sm"
|
|
354
353
|
}
|
|
355
|
-
]
|
|
354
|
+
],
|
|
355
|
+
"type": "stack"
|
|
356
356
|
}
|
|
357
357
|
]
|
|
358
358
|
]
|
|
@@ -422,20 +422,24 @@
|
|
|
422
422
|
"render-ui",
|
|
423
423
|
"main",
|
|
424
424
|
{
|
|
425
|
+
"gap": "md",
|
|
426
|
+
"type": "stack",
|
|
425
427
|
"children": [
|
|
426
428
|
{
|
|
427
429
|
"direction": "horizontal",
|
|
428
430
|
"align": "center",
|
|
431
|
+
"type": "stack",
|
|
432
|
+
"gap": "sm",
|
|
429
433
|
"children": [
|
|
430
434
|
{
|
|
435
|
+
"action": "CLOSE_VIEW",
|
|
431
436
|
"type": "button",
|
|
432
437
|
"variant": "ghost",
|
|
433
|
-
"action": "CLOSE_VIEW",
|
|
434
438
|
"label": "Back"
|
|
435
439
|
},
|
|
436
440
|
{
|
|
437
|
-
"
|
|
438
|
-
"
|
|
441
|
+
"name": "list-checks",
|
|
442
|
+
"type": "icon"
|
|
439
443
|
},
|
|
440
444
|
{
|
|
441
445
|
"type": "typography",
|
|
@@ -443,77 +447,75 @@
|
|
|
443
447
|
"variant": "h3"
|
|
444
448
|
},
|
|
445
449
|
{
|
|
446
|
-
"label": "@entity.kind",
|
|
447
450
|
"type": "badge",
|
|
451
|
+
"label": "@entity.kind",
|
|
448
452
|
"variant": "default"
|
|
449
453
|
}
|
|
450
|
-
]
|
|
451
|
-
"gap": "sm",
|
|
452
|
-
"type": "stack"
|
|
454
|
+
]
|
|
453
455
|
},
|
|
454
456
|
{
|
|
455
457
|
"type": "divider"
|
|
456
458
|
},
|
|
457
459
|
{
|
|
458
|
-
"type": "stack",
|
|
459
|
-
"direction": "vertical",
|
|
460
|
-
"gap": "sm",
|
|
461
460
|
"children": [
|
|
462
461
|
{
|
|
463
|
-
"gap": "md",
|
|
464
462
|
"type": "stack",
|
|
465
463
|
"direction": "horizontal",
|
|
464
|
+
"gap": "md",
|
|
466
465
|
"children": [
|
|
467
466
|
{
|
|
468
|
-
"type": "typography",
|
|
469
467
|
"color": "muted",
|
|
470
468
|
"content": "Category",
|
|
471
|
-
"variant": "caption"
|
|
469
|
+
"variant": "caption",
|
|
470
|
+
"type": "typography"
|
|
472
471
|
},
|
|
473
472
|
{
|
|
474
|
-
"
|
|
473
|
+
"content": "@entity.category",
|
|
475
474
|
"variant": "body",
|
|
476
|
-
"
|
|
475
|
+
"type": "typography"
|
|
477
476
|
}
|
|
478
477
|
]
|
|
479
478
|
},
|
|
480
479
|
{
|
|
480
|
+
"type": "stack",
|
|
481
|
+
"direction": "horizontal",
|
|
482
|
+
"gap": "md",
|
|
481
483
|
"children": [
|
|
482
484
|
{
|
|
483
|
-
"
|
|
484
|
-
"color": "muted",
|
|
485
|
+
"type": "typography",
|
|
485
486
|
"variant": "caption",
|
|
486
|
-
"
|
|
487
|
+
"color": "muted",
|
|
488
|
+
"content": "Survey"
|
|
487
489
|
},
|
|
488
490
|
{
|
|
489
|
-
"variant": "body",
|
|
490
491
|
"content": "@entity.surveyId",
|
|
492
|
+
"variant": "body",
|
|
491
493
|
"type": "typography"
|
|
492
494
|
}
|
|
493
|
-
]
|
|
494
|
-
"direction": "horizontal",
|
|
495
|
-
"type": "stack",
|
|
496
|
-
"gap": "md"
|
|
495
|
+
]
|
|
497
496
|
},
|
|
498
497
|
{
|
|
499
|
-
"direction": "horizontal",
|
|
500
|
-
"gap": "md",
|
|
501
498
|
"type": "stack",
|
|
499
|
+
"direction": "horizontal",
|
|
502
500
|
"children": [
|
|
503
501
|
{
|
|
504
502
|
"variant": "caption",
|
|
505
503
|
"color": "muted",
|
|
506
|
-
"
|
|
507
|
-
"
|
|
504
|
+
"type": "typography",
|
|
505
|
+
"content": "Options"
|
|
508
506
|
},
|
|
509
507
|
{
|
|
510
508
|
"content": "@entity.optionsJson",
|
|
511
509
|
"variant": "body",
|
|
512
510
|
"type": "typography"
|
|
513
511
|
}
|
|
514
|
-
]
|
|
512
|
+
],
|
|
513
|
+
"gap": "md"
|
|
515
514
|
}
|
|
516
|
-
]
|
|
515
|
+
],
|
|
516
|
+
"direction": "vertical",
|
|
517
|
+
"type": "stack",
|
|
518
|
+
"gap": "sm"
|
|
517
519
|
},
|
|
518
520
|
{
|
|
519
521
|
"type": "divider"
|
|
@@ -522,50 +524,48 @@
|
|
|
522
524
|
"cols": 2.0,
|
|
523
525
|
"children": [
|
|
524
526
|
{
|
|
525
|
-
"value": "@entity.kind",
|
|
526
|
-
"type": "stat-display",
|
|
527
527
|
"label": "Kind",
|
|
528
|
+
"type": "stat-display",
|
|
529
|
+
"value": "@entity.kind",
|
|
528
530
|
"icon": "tag"
|
|
529
531
|
},
|
|
530
532
|
{
|
|
531
533
|
"type": "stat-display",
|
|
532
534
|
"value": "@entity.order",
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
+
"label": "Order",
|
|
536
|
+
"icon": "hash"
|
|
535
537
|
}
|
|
536
538
|
],
|
|
537
539
|
"type": "simple-grid"
|
|
538
540
|
},
|
|
539
541
|
{
|
|
540
|
-
"
|
|
542
|
+
"gap": "sm",
|
|
543
|
+
"align": "center",
|
|
544
|
+
"type": "stack",
|
|
541
545
|
"children": [
|
|
542
546
|
{
|
|
547
|
+
"variant": "primary",
|
|
548
|
+
"label": "Update",
|
|
549
|
+
"type": "button",
|
|
543
550
|
"action": "UPDATE_QUESTION",
|
|
544
551
|
"actionPayload": {
|
|
545
552
|
"id": "@entity.id"
|
|
546
|
-
}
|
|
547
|
-
"type": "button",
|
|
548
|
-
"label": "Update",
|
|
549
|
-
"variant": "primary"
|
|
553
|
+
}
|
|
550
554
|
},
|
|
551
555
|
{
|
|
556
|
+
"variant": "danger",
|
|
557
|
+
"type": "button",
|
|
558
|
+
"label": "Delete",
|
|
559
|
+
"action": "DELETE_QUESTION",
|
|
552
560
|
"actionPayload": {
|
|
553
561
|
"id": "@entity.id"
|
|
554
|
-
}
|
|
555
|
-
"label": "Delete",
|
|
556
|
-
"type": "button",
|
|
557
|
-
"variant": "danger",
|
|
558
|
-
"action": "DELETE_QUESTION"
|
|
562
|
+
}
|
|
559
563
|
}
|
|
560
564
|
],
|
|
561
|
-
"
|
|
562
|
-
"gap": "sm",
|
|
563
|
-
"type": "stack"
|
|
565
|
+
"direction": "horizontal"
|
|
564
566
|
}
|
|
565
567
|
],
|
|
566
|
-
"
|
|
567
|
-
"direction": "vertical",
|
|
568
|
-
"gap": "md"
|
|
568
|
+
"direction": "vertical"
|
|
569
569
|
}
|
|
570
570
|
]
|
|
571
571
|
]
|
|
@@ -585,8 +585,8 @@
|
|
|
585
585
|
"Question",
|
|
586
586
|
{
|
|
587
587
|
"emit": {
|
|
588
|
-
"
|
|
589
|
-
"
|
|
588
|
+
"success": "QuestionLoaded",
|
|
589
|
+
"failure": "QuestionLoadFailed"
|
|
590
590
|
}
|
|
591
591
|
}
|
|
592
592
|
],
|
|
@@ -594,7 +594,11 @@
|
|
|
594
594
|
"render-ui",
|
|
595
595
|
"main",
|
|
596
596
|
{
|
|
597
|
+
"gap": "md",
|
|
597
598
|
"direction": "vertical",
|
|
599
|
+
"align": "center",
|
|
600
|
+
"className": "py-12",
|
|
601
|
+
"type": "stack",
|
|
598
602
|
"children": [
|
|
599
603
|
{
|
|
600
604
|
"type": "spinner"
|
|
@@ -605,11 +609,7 @@
|
|
|
605
609
|
"variant": "caption",
|
|
606
610
|
"content": "Updating question…"
|
|
607
611
|
}
|
|
608
|
-
]
|
|
609
|
-
"type": "stack",
|
|
610
|
-
"gap": "md",
|
|
611
|
-
"align": "center",
|
|
612
|
-
"className": "py-12"
|
|
612
|
+
]
|
|
613
613
|
}
|
|
614
614
|
]
|
|
615
615
|
]
|
|
@@ -639,21 +639,21 @@
|
|
|
639
639
|
"main",
|
|
640
640
|
{
|
|
641
641
|
"type": "stack",
|
|
642
|
-
"align": "center",
|
|
643
642
|
"direction": "vertical",
|
|
644
643
|
"className": "py-12",
|
|
644
|
+
"gap": "md",
|
|
645
|
+
"align": "center",
|
|
645
646
|
"children": [
|
|
646
647
|
{
|
|
647
648
|
"type": "spinner"
|
|
648
649
|
},
|
|
649
650
|
{
|
|
650
|
-
"content": "Deleting question…",
|
|
651
651
|
"type": "typography",
|
|
652
|
-
"
|
|
653
|
-
"variant": "caption"
|
|
652
|
+
"content": "Deleting question…",
|
|
653
|
+
"variant": "caption",
|
|
654
|
+
"color": "muted"
|
|
654
655
|
}
|
|
655
|
-
]
|
|
656
|
-
"gap": "md"
|
|
656
|
+
]
|
|
657
657
|
}
|
|
658
658
|
]
|
|
659
659
|
]
|
|
@@ -668,8 +668,8 @@
|
|
|
668
668
|
"Question",
|
|
669
669
|
{
|
|
670
670
|
"emit": {
|
|
671
|
-
"
|
|
672
|
-
"
|
|
671
|
+
"success": "QuestionLoaded",
|
|
672
|
+
"failure": "QuestionLoadFailed"
|
|
673
673
|
}
|
|
674
674
|
}
|
|
675
675
|
],
|
|
@@ -677,20 +677,20 @@
|
|
|
677
677
|
"render-ui",
|
|
678
678
|
"main",
|
|
679
679
|
{
|
|
680
|
+
"align": "center",
|
|
680
681
|
"className": "py-12",
|
|
682
|
+
"type": "stack",
|
|
681
683
|
"gap": "md",
|
|
682
684
|
"direction": "vertical",
|
|
683
|
-
"type": "stack",
|
|
684
|
-
"align": "center",
|
|
685
685
|
"children": [
|
|
686
686
|
{
|
|
687
687
|
"type": "spinner"
|
|
688
688
|
},
|
|
689
689
|
{
|
|
690
|
-
"color": "muted",
|
|
691
|
-
"variant": "caption",
|
|
692
690
|
"content": "Loading questions…",
|
|
693
|
-
"type": "typography"
|
|
691
|
+
"type": "typography",
|
|
692
|
+
"color": "muted",
|
|
693
|
+
"variant": "caption"
|
|
694
694
|
}
|
|
695
695
|
]
|
|
696
696
|
}
|
|
@@ -712,8 +712,8 @@
|
|
|
712
712
|
"Question",
|
|
713
713
|
{
|
|
714
714
|
"emit": {
|
|
715
|
-
"
|
|
716
|
-
"
|
|
715
|
+
"failure": "QuestionLoadFailed",
|
|
716
|
+
"success": "QuestionLoaded"
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
719
|
],
|
|
@@ -725,18 +725,18 @@
|
|
|
725
725
|
"gap": "md",
|
|
726
726
|
"direction": "vertical",
|
|
727
727
|
"align": "center",
|
|
728
|
-
"type": "stack",
|
|
729
728
|
"children": [
|
|
730
729
|
{
|
|
731
730
|
"type": "spinner"
|
|
732
731
|
},
|
|
733
732
|
{
|
|
734
|
-
"variant": "caption",
|
|
735
733
|
"color": "muted",
|
|
734
|
+
"content": "Updating question…",
|
|
736
735
|
"type": "typography",
|
|
737
|
-
"
|
|
736
|
+
"variant": "caption"
|
|
738
737
|
}
|
|
739
|
-
]
|
|
738
|
+
],
|
|
739
|
+
"type": "stack"
|
|
740
740
|
}
|
|
741
741
|
]
|
|
742
742
|
]
|
|
@@ -765,22 +765,22 @@
|
|
|
765
765
|
"render-ui",
|
|
766
766
|
"main",
|
|
767
767
|
{
|
|
768
|
-
"
|
|
769
|
-
"align": "center",
|
|
768
|
+
"className": "py-12",
|
|
770
769
|
"children": [
|
|
771
770
|
{
|
|
772
771
|
"type": "spinner"
|
|
773
772
|
},
|
|
774
773
|
{
|
|
775
|
-
"variant": "caption",
|
|
776
774
|
"type": "typography",
|
|
775
|
+
"variant": "caption",
|
|
777
776
|
"content": "Deleting question…",
|
|
778
777
|
"color": "muted"
|
|
779
778
|
}
|
|
780
779
|
],
|
|
781
780
|
"gap": "md",
|
|
782
781
|
"type": "stack",
|
|
783
|
-
"
|
|
782
|
+
"direction": "vertical",
|
|
783
|
+
"align": "center"
|
|
784
784
|
}
|
|
785
785
|
]
|
|
786
786
|
]
|
|
@@ -813,13 +813,32 @@
|
|
|
813
813
|
]
|
|
814
814
|
},
|
|
815
815
|
"config": {
|
|
816
|
+
"enabledLocales": {
|
|
817
|
+
"type": "[string]",
|
|
818
|
+
"default": [
|
|
819
|
+
"en"
|
|
820
|
+
],
|
|
821
|
+
"label": "Enabled locales",
|
|
822
|
+
"description": "Locales questions can be translated into.",
|
|
823
|
+
"tier": "customization",
|
|
824
|
+
"items": {
|
|
825
|
+
"type": "string"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"defaultLocale": {
|
|
829
|
+
"type": "string",
|
|
830
|
+
"default": "en",
|
|
831
|
+
"label": "Default locale",
|
|
832
|
+
"description": "Locale shown when no translation exists for the respondent.",
|
|
833
|
+
"tier": "customization"
|
|
834
|
+
},
|
|
816
835
|
"fields": {
|
|
817
836
|
"type": "[FieldSpec]",
|
|
818
837
|
"default": [
|
|
819
838
|
{
|
|
820
|
-
"
|
|
839
|
+
"label": "Question",
|
|
821
840
|
"name": "label",
|
|
822
|
-
"
|
|
841
|
+
"variant": "caption"
|
|
823
842
|
},
|
|
824
843
|
{
|
|
825
844
|
"name": "kind",
|
|
@@ -833,13 +852,13 @@
|
|
|
833
852
|
},
|
|
834
853
|
{
|
|
835
854
|
"label": "Survey",
|
|
836
|
-
"
|
|
837
|
-
"
|
|
855
|
+
"name": "surveyId",
|
|
856
|
+
"variant": "caption"
|
|
838
857
|
},
|
|
839
858
|
{
|
|
840
|
-
"
|
|
859
|
+
"label": "Order",
|
|
841
860
|
"name": "order",
|
|
842
|
-
"
|
|
861
|
+
"variant": "caption"
|
|
843
862
|
}
|
|
844
863
|
],
|
|
845
864
|
"label": "Columns to show",
|
|
@@ -848,13 +867,8 @@
|
|
|
848
867
|
"items": {
|
|
849
868
|
"type": "object",
|
|
850
869
|
"properties": {
|
|
851
|
-
"
|
|
852
|
-
"name": "
|
|
853
|
-
"type": "string",
|
|
854
|
-
"required": false
|
|
855
|
-
},
|
|
856
|
-
"label": {
|
|
857
|
-
"name": "label",
|
|
870
|
+
"variant": {
|
|
871
|
+
"name": "variant",
|
|
858
872
|
"type": "string",
|
|
859
873
|
"required": false
|
|
860
874
|
},
|
|
@@ -863,13 +877,13 @@
|
|
|
863
877
|
"type": "string",
|
|
864
878
|
"required": true
|
|
865
879
|
},
|
|
866
|
-
"
|
|
867
|
-
"name": "
|
|
880
|
+
"icon": {
|
|
881
|
+
"name": "icon",
|
|
868
882
|
"type": "string",
|
|
869
883
|
"required": false
|
|
870
884
|
},
|
|
871
|
-
"
|
|
872
|
-
"name": "
|
|
885
|
+
"label": {
|
|
886
|
+
"name": "label",
|
|
873
887
|
"type": "string",
|
|
874
888
|
"required": false
|
|
875
889
|
},
|
|
@@ -878,21 +892,73 @@
|
|
|
878
892
|
"type": "string",
|
|
879
893
|
"required": false
|
|
880
894
|
},
|
|
881
|
-
"
|
|
882
|
-
"name": "
|
|
895
|
+
"key": {
|
|
896
|
+
"name": "key",
|
|
897
|
+
"type": "string",
|
|
898
|
+
"required": false
|
|
899
|
+
},
|
|
900
|
+
"header": {
|
|
901
|
+
"name": "header",
|
|
883
902
|
"type": "string",
|
|
884
903
|
"required": false
|
|
885
904
|
}
|
|
886
905
|
}
|
|
887
906
|
}
|
|
888
907
|
},
|
|
908
|
+
"draftAutosaveSeconds": {
|
|
909
|
+
"type": "number",
|
|
910
|
+
"default": 30.0,
|
|
911
|
+
"label": "Draft autosave interval (s)",
|
|
912
|
+
"description": "Seconds between draft autosaves in the question editor.",
|
|
913
|
+
"tier": "advanced"
|
|
914
|
+
},
|
|
915
|
+
"visibilityScope": {
|
|
916
|
+
"type": "string",
|
|
917
|
+
"default": "internal",
|
|
918
|
+
"label": "Visibility scope",
|
|
919
|
+
"description": "Who can browse the question bank: public, internal staff, signed-in customers.",
|
|
920
|
+
"tier": "essential",
|
|
921
|
+
"values": [
|
|
922
|
+
"public",
|
|
923
|
+
"internal",
|
|
924
|
+
"customer"
|
|
925
|
+
]
|
|
926
|
+
},
|
|
927
|
+
"allowRollback": {
|
|
928
|
+
"type": "boolean",
|
|
929
|
+
"default": true,
|
|
930
|
+
"label": "Allow rollback",
|
|
931
|
+
"description": "Permit reverting a question to a prior version.",
|
|
932
|
+
"tier": "customization"
|
|
933
|
+
},
|
|
934
|
+
"scheduledPublishEnabled": {
|
|
935
|
+
"type": "boolean",
|
|
936
|
+
"default": false,
|
|
937
|
+
"label": "Scheduled publish",
|
|
938
|
+
"description": "Allow scheduling future availability of question additions. v1.2 declarative.",
|
|
939
|
+
"tier": "customization"
|
|
940
|
+
},
|
|
941
|
+
"keepVersions": {
|
|
942
|
+
"type": "number",
|
|
943
|
+
"default": 5.0,
|
|
944
|
+
"label": "Versions to retain",
|
|
945
|
+
"description": "Number of question revisions to keep.",
|
|
946
|
+
"tier": "customization"
|
|
947
|
+
},
|
|
948
|
+
"title": {
|
|
949
|
+
"type": "string",
|
|
950
|
+
"default": "Question Bank",
|
|
951
|
+
"label": "Section title",
|
|
952
|
+
"description": "Heading shown above the survey question library",
|
|
953
|
+
"tier": "customization"
|
|
954
|
+
},
|
|
889
955
|
"itemActions": {
|
|
890
956
|
"type": "[ItemAction]",
|
|
891
957
|
"default": [
|
|
892
958
|
{
|
|
959
|
+
"event": "OPEN_QUESTION",
|
|
893
960
|
"variant": "primary",
|
|
894
961
|
"label": "Open",
|
|
895
|
-
"event": "OPEN_QUESTION",
|
|
896
962
|
"icon": "arrow-right"
|
|
897
963
|
},
|
|
898
964
|
{
|
|
@@ -907,13 +973,13 @@
|
|
|
907
973
|
"items": {
|
|
908
974
|
"type": "object",
|
|
909
975
|
"properties": {
|
|
910
|
-
"
|
|
911
|
-
"name": "
|
|
976
|
+
"icon": {
|
|
977
|
+
"name": "icon",
|
|
912
978
|
"type": "string",
|
|
913
|
-
"required":
|
|
979
|
+
"required": false
|
|
914
980
|
},
|
|
915
|
-
"
|
|
916
|
-
"name": "
|
|
981
|
+
"label": {
|
|
982
|
+
"name": "label",
|
|
917
983
|
"type": "string",
|
|
918
984
|
"required": true
|
|
919
985
|
},
|
|
@@ -922,19 +988,19 @@
|
|
|
922
988
|
"type": "string",
|
|
923
989
|
"required": false
|
|
924
990
|
},
|
|
925
|
-
"
|
|
926
|
-
"name": "
|
|
991
|
+
"event": {
|
|
992
|
+
"name": "event",
|
|
927
993
|
"type": "string",
|
|
928
|
-
"required":
|
|
994
|
+
"required": true
|
|
929
995
|
}
|
|
930
996
|
}
|
|
931
997
|
}
|
|
932
998
|
},
|
|
933
|
-
"
|
|
934
|
-
"type": "
|
|
935
|
-
"default":
|
|
936
|
-
"label": "
|
|
937
|
-
"description": "
|
|
999
|
+
"seoEnabled": {
|
|
1000
|
+
"type": "boolean",
|
|
1001
|
+
"default": false,
|
|
1002
|
+
"label": "SEO meta enabled",
|
|
1003
|
+
"description": "Emit indexable metadata when questions are publicly viewable.",
|
|
938
1004
|
"tier": "customization"
|
|
939
1005
|
}
|
|
940
1006
|
},
|
|
@@ -954,4 +1020,4 @@
|
|
|
954
1020
|
]
|
|
955
1021
|
}
|
|
956
1022
|
]
|
|
957
|
-
}
|
|
1023
|
+
}
|