Hey guys,
I am considering writing a pepper that records ids of entries in my content management system.
The main issue I have is that the url of an entry may change so I was hoping to record the entry_id in a new mint table col.
Basically I was planning to add the following to the manifest:
- entry_id
- section_id
Can these details be recorded using the mint script call?
something like
Then use the $_GET super global in my mint pepper?
Any ideas would be appreciated.
Cheers