Version 1.8.4- Update: Events: Store event arguments as chain variable _event_args.
- Update: New Template Functions: field_names() and field_metadata()
- Minor Fixes.
Event arguments are document in this
post. Currently the only event that passes arguments is the "Library View Double Clicked" Event. It passes the book_id and column name, so it can be utilized to launch different actions depending on the column that is double clicked.
New Template Functions are always documented in this
post.