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
The data([url], [cache])template function now accepts a second cache parameter that allows to define the caching behavior for remote data fetched by url. By default caching is enabled and the data will not be revalidated.
3. Set PAGES_PATH based on Joomla configuration #508
The PAGES_PATH env variable is now automatically set based on the Joomla configuration. This prevents the need to set it manually.
1. Allow to define searchable collection properties #514
Pages now allows to define the searchable collection properties through the collection frontmatter definition. See also following discussion: #506
2. Improve remote data caching #512
The
data([url], [cache])
template function now accepts a second cache parameter that allows to define the caching behavior for remote data fetched by url. By default caching is enabled and the data will not be revalidated.3. Set PAGES_PATH based on Joomla configuration #508
The
PAGES_PATH
env variable is now automatically set based on the Joomla configuration. This prevents the need to set it manually.Fixes
The text was updated successfully, but these errors were encountered: