Setting Module
If you have a need for a custom field like a calendar for instance, you can specify the complete path in the view:
key.
For instance your module might make a calendar field available:
'this-is-a-calendar' => [
'description' => 'This is a radio',
'view' => 'Module::admin.fields.calendar'
],
This will override the basic available fields and use yours.
© 2015 - 2023 All Rights Reserved. Proudly built with Laravel | Join the conversation on slack!