Martijn Geerts Posted May 20, 2016 Posted May 20, 2016 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.
ottogal Posted May 20, 2016 Posted May 20, 2016 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".
Martijn Geerts Posted May 20, 2016 Posted May 20, 2016 instead of the necessary "ProcessPageList". That shouldn't be, I'll file a bug on GitHub for this. And thanks for correcting me
JGelon Posted August 31, 2016 Posted August 31, 2016 @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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now