Skip to content

Commit 0ec880c

Browse files
committedMar 24, 2025
type on products
1 parent f865558 commit 0ec880c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎app/Nova/Product.php

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public function fields(NovaRequest $request)
7171
->hideFromIndex()
7272
->rules([Rule::requiredIf(fn() => $request->published)]),
7373
Text::make("Price")->readOnly(),
74+
Text::make("Type")->readOnly(),
7475
Text::make("Postage")->readOnly(),
7576
Boolean::make("Synced", "enabled")
7677
->readonly()

0 commit comments

Comments
 (0)
Please sign in to comment.