Is it possibe to inject scopes on browser formField? #1340
michaeljcoyne
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possibe to inject scopes on browser formField? If so what is the synatx? I tried below as a guess.
@formField('browser', [ 'moduleName' => 'menus', 'name' => 'menus', 'label' => 'Menus', 'scopes' => ['type' => 'secondary'], 'max' => 1 ])
Beta Was this translation helpful? Give feedback.
All reactions