Jump to content

Module: Custom Page List


dynweb
 Share

Recommended Posts

I'm not 100% sure how the Process is named that you are looking for, but I guess smth like ProcessPageTree or similar is what you need to activate it for.

In the settings you can enable json config, then in your browser console type console.log(AdminCustomFiles) and a JSON object including the process name will show up.

Link to comment
Share on other sites

console.log(AdminCustomFiles)

This is a typo, throwing the "ReferenceError: AdminCustomFiles is not defined".

You meant

console.log(config.AdminCustomFiles)

(like the Tip below the JSON checkbox).

But with this I get 

process: "ProcessModule"

instead of the necessary "ProcessPageList".

Link to comment
Share on other sites

  • 3 months later...

@dynweb could you please provide some more examples as I have a theme which has a title and a featured checkmark.

Most preferably I want to display: {STAR-Icon} Title (when featured=1) and Title (when featured=0)

But would already be please by Title [featured=Yes/No]

 

However I don't know how to do either of them

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...