Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is how you can reference this parameter

Image RemovedImage Added


Code Block
director:${director}

When the page is rendered through the LiveView macro the value for the ${director} variable will be taken from the page properties and will be alexm

Alternatively, the director variable can be referenced as [page_property.director]

Image Added