mirror of
https://github.com/filamentphp/filament.git
synced 2026-08-28 18:53:05 +08:00
31 lines
894 B
JSON
31 lines
894 B
JSON
{
|
|
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
|
|
"completions": [
|
|
{
|
|
"complete": "bladeIcon",
|
|
"condition": [
|
|
{
|
|
"methodNames": [
|
|
"activeIcon",
|
|
"badgeIcon",
|
|
"completedIcon",
|
|
"descriptionIcon",
|
|
"emptyStateIcon",
|
|
"falseIcon",
|
|
"groupedIcon",
|
|
"hintIcon",
|
|
"icon",
|
|
"modalIcon",
|
|
"offIcon",
|
|
"onIcon",
|
|
"prefixIcon",
|
|
"suffixIcon",
|
|
"trueIcon"
|
|
],
|
|
"parameters": [1]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|