Skip to content

Commit

Permalink
Merge pull request #362 from adobe/fixGuidedEventSchema
Browse files Browse the repository at this point in the history
Fix schema to match form for guidedEvent
  • Loading branch information
jonsnyder authored Nov 2, 2023
2 parents b608620 + 5e6ff3e commit a23d538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/helpers/createExtensionManifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,10 @@ const createExtensionManifest = ({ version }) => {
$schema: "http://json-schema.org/draft-04/schema#",
type: "object",
properties: {
guidedEvent: {
guidedEventsEnabled: {
type: "boolean"
},
eventStyle: {
guidedEvent: {
type: "string"
},
instanceName: {
Expand Down

0 comments on commit a23d538

Please sign in to comment.