Skip to content

Instantly share code, notes, and snippets.

@JibayMcs
Created September 6, 2023 09:57
Show Gist options
  • Save JibayMcs/cc06efddadcfc0a0ff59e116533ee727 to your computer and use it in GitHub Desktop.
Save JibayMcs/cc06efddadcfc0a0ff59e116533ee727 to your computer and use it in GitHub Desktop.
Just a test for the Filament Tour plugin
{
"id": "dashboard",
"route": "",
"colors": [
"",
""
],
"alwaysShow": true,
"visible": true,
"uncloseable": true,
"disableEvents": true,
"nextButtonLabel": "Next",
"previousButtonLabel": "Previous",
"doneButtonLabel": "Done",
"steps": [
{
"title": "Woaw ! First Step !",
"description": "Yeah ! And I'm from a json file !",
"uncloseable": false,
"events": {
"clickOnNext": "body",
"notifyOnNext": {
"title": "Hello World !",
"body": "Woaw ! I'm from a Json file !",
"color": "success"
},
"redirectOnNext": {
"url": "https://filamentphp.com",
"newTab": true
},
"dispatchOnNext": [
"open-modal",
{
"id": "edit-user"
}
]
}
},
{
"title": "An other one !",
"description": "Yeah ! And I'm from the same json file !",
"uncloseable": false,
"events": {
"clickOnNext": "body",
"notifyOnNext": {
"title": "Hello World !",
"body": "Woaw ! I'm from a Json file !",
"color": "success"
},
"redirectOnNext": {
"url": "https://filamentphp.com",
"newTab": true
},
"dispatchOnNext": [
"open-modal",
{
"id": "edit-user"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment