{ GlobalActionsListPath:"data/actions/", GlobalActionsList:// This is a JSON array of Actions for this book [ { TriggerType: 'PageLabel', // Timer, Open, PageFlipCount, PageLabel,Search TriggerArgs: ['^11$'], // [Time for intial display, Time for display interval] TriggerLanguage: '*', // *, enu, frc, or other supported 3 character lang codes TriggerPlatform: '*', // *, desktop, tablet or mobile TriggerCount: '1', // This is a count of how many times this Trigger is fired before it is disabled. A value of '*' may be used for unlimited. Action: { WidgetType: 'eNotify', Data: [ { } ] } } ], BookActionsListPath:"data/20220601/", BookActionsList:// This is a JSON array of Actions for this book [ { TriggerType: 'PageLabel', // Timer, Open, PageFlipCount, PageLabel,Search TriggerArgs: ['^9$'], // Array of regular expressions to match search term] TriggerLanguage: '*', // *, enu, frc, or other supported 3 character lang codes TriggerPlatform: '*', // *, desktop, tablet or mobile TriggerCount: '*', // Count of how many times this Trigger is fired or ‘*’ Action: { WidgetType: 'Video', Data: { VideoMp4: 'data:videos/superhero.mp4', Poster: 'data:videos/Leidos.jpg' } } } ] }