macro_rules! init_nova_forms {
( $( $base_url:literal )? ) => { ... };
}
Expand description
Initializes the Nova Forms AppContextProvider
and RenderContextProvider
.
macro_rules! init_nova_forms {
( $( $base_url:literal )? ) => { ... };
}
Initializes the Nova Forms AppContextProvider
and RenderContextProvider
.