Skip to content

Commit

Permalink
Merge pull request #1452 from moonshine-software/meta-storm
Browse files Browse the repository at this point in the history
feat: Add meta storm plugin config
  • Loading branch information
lee-to authored Jan 9, 2025
2 parents 5d4eef0 + ce2f2e2 commit d3490a3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 80 deletions.
44 changes: 44 additions & 0 deletions .meta-storm.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" ?>
<meta-storm xmlns="meta-storm">
<definitions>
<classMethod
class="\MoonShine\Contracts\UI\HasIconContract"
method="icon"
argument="0"
>
<files extension="blade.php" xpath="$project/vendor/moonshine/moonshine/src/UI/resources/views/icons"/>
</classMethod>

<classMethod
class="\MoonShine\UI\Components\ActionButton"
method="method"
argument="0"
>
<methods xpath="$containingClass" private="false" protected="false" static="false" />
</classMethod>

<classMethod
class="\MoonShine\Contracts\UI\FormBuilderContract"
method="asyncMethod"
argument="0"
>
<methods xpath="$containingClass" private="false" protected="false" static="false" />
</classMethod>

<classMethod
class="\MoonShine\Laravel\Fields\Relationships\ModelRelationField"
method="make"
argument="1"
>
<methods xpath="$containingClass.$model" />
</classMethod>

<classMethod
class="\MoonShine\Contracts\UI\FieldContract"
method="make"
argument="1"
>
<arrayValues xpath="$containingClass.$model.$fillable" />
</classMethod>
</definitions>
</meta-storm>
80 changes: 0 additions & 80 deletions ide.json

This file was deleted.

0 comments on commit d3490a3

Please sign in to comment.