generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I have a view with a variable $metaTitle passed in from the controller:
return view(
'./home.view.php',
metaTitle: 'Tempest',
);I expect the view to know about it:
Example code: https://github.com/tempestphp/tempest-plugin-demo/blob/main/app/HomeController.php
On top of that, the suggested options don't make sense, these aren't actual variables
Metadata
Metadata
Assignees
Labels
No labels