We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, how to enable this work on backpack 6.x version?
The text was updated successfully, but these errors were encountered:
You can pass viewNamespace param with value backpack::widgets
viewNamespace
backpack::widgets
This is example of code
Widget::add([ 'type' => 'relation_panel', 'viewNamespace' => 'backpack::widgets', 'name' => 'information', 'label' => 'Shipping info', 'buttons' => false, 'fields' => [ [ 'label' => 'First name', 'name' => 'first_name' ], [ 'label' => 'Last name', 'name' => 'last_name', ], [ 'label' => 'Shipping address', 'name' => 'shippingAddress', ], ], ])->to('after_content');
Sorry, something went wrong.
No branches or pull requests
Hello, how to enable this work on backpack 6.x version?
The text was updated successfully, but these errors were encountered: