Express - Is there C5 page link attribute?

Permalink
Sorry if this is easy, first time playing with Express and this was almost the first thing I wanted to do!

Can you create an attribute which opens the c5 site map so you can associate a c5 page (instead of a URL) with an object?

Cheers

Ben

 
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
Hi cmscss,

You could look into using the Page Selector Attribute add-on.
https://www.concrete5.org/marketplace/addons/page-selector-attribute...

"The value returned will be the Collection ID of the page that is selected (cID)."

I believe you could get the page object using the cID.
cmscss replied on at Permalink Reply
Thanks for that, so does that show up as an Express attribute?

Sorry, I'm a designer, hence the interest in Express.
MrKDilkington replied on at Permalink Reply
MrKDilkington
@cmscss

I have not tried it myself. I recommend setting up a testing environment and seeing if it works.

Customizing express entry display and displaying custom attributes will likely involve some coding.
cmscss replied on at Permalink Reply
OK, I think I understand, is this because concrete5.8 no longer has a page selector by default?

Hence having to install one?
MrKDilkington replied on at Permalink Reply
MrKDilkington
@cmscss

There is a page selector available in v8, but I don't believe there is a core page selector attribute available.