Skip to content

Commit

Permalink
added object fields to quick creator
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfire305 committed Jan 14, 2025
1 parent a4af03d commit 9819e7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/entities/creator/forms/item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

@include('cruds.fields.item', ['isParent' => true])

@include('cruds.fields.price', ['trans' => 'items'])
@include('cruds.fields.size', ['trans' => 'items'])
@include('cruds.fields.weight', ['trans' => 'items'])

@include('cruds.fields.location')

@include('cruds.fields.character', ['label' => __('items.fields.character')])
Expand Down

0 comments on commit 9819e7c

Please sign in to comment.