You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>You can also insert “action” buttons into schemas. These can run PHP functions, and even open modals. For more information, see the <ahref="../actions">actions documentation</a>.</p>
198
198
<p>You can learn more about building custom components to render your own Blade views in the <ahref="custom-components">custom components documentation</a>.</p>
<p>If you wish to change the default behavior of a component globally, then you can call the static <code>configureUsing()</code> method inside a service provider’s <code>boot()</code> method, to which you pass a Closure to modify the component using. For example, if you wish to make all section components have <ahref="grid">2 columns</a> by default, you can do it like so:</p>
319
+
<p>If you wish to change the default behavior of a component globally, then you can call the static <code>configureUsing()</code> method inside a service provider’s <code>boot()</code> method, to which you pass a Closure to modify the component using. For example, if you wish to make all section components have <ahref="sections#using-grid-columns-within-a-section">2 columns</a> by default, you can do it like so:</p>
0 commit comments