Skip to content

Commit

Permalink
Merge pull request #355 from adobe/addGuidedEventsEnabledToSchema
Browse files Browse the repository at this point in the history
Add guidedEventsEnabled flag to schema
  • Loading branch information
jonsnyder authored Oct 31, 2023
2 parents 74a758b + 95e2b11 commit cb56495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/helpers/createExtensionManifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ const createExtensionManifest = ({ version }) => {
$schema: "http://json-schema.org/draft-04/schema#",
type: "object",
properties: {
guidedEventsEnabled: {
type: "boolean"
},
eventStyle: {
type: "string"
},
Expand Down

0 comments on commit cb56495

Please sign in to comment.