Skip to content

Commit

Permalink
Merge pull request #360 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 6d1a2ae + 65d775b commit b10619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/createExtensionManifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ const createExtensionManifest = ({ version }) => {
$schema: "http://json-schema.org/draft-04/schema#",
type: "object",
properties: {
guidedEventsEnabled: {
guidedEvent: {
type: "boolean"
},
eventStyle: {
Expand Down

0 comments on commit b10619a

Please sign in to comment.