No commit activity in last 3 years
No release in over 3 years
Remembers references between content models in Radiant CMS.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Linx

This Radiant CMS extension keeps track of links between different content models. Right now, all it does is list all the pages using a certain layout on the edit page for that layout.

It could easily be extended to do the same for assets that have page_attachments in the 'clipped' extension.

Ultimately, it could also keep track of e.g. assets referenced in a page, be it by radius tag or plain '' tags. For this it will need to keep a table like 'content_links' that keeps track of all references. It would need to parse all pages initially, and then keep things up to date on every update of a page, snippet or layout.

Created by Benny Degezelle for nzffa.org.nz