[Resolved] Page slug instead of title in Element Display Rules?

Home Forums Support [Resolved] Page slug instead of title in Element Display Rules?

Home Forums Support Page slug instead of title in Element Display Rules?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1530544
    Paul

    Is there a way to display page slugs instead of page titles in GP Elements Display Rules?

    display rules

    #1531443
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You should be able to, but it’s not possible at the moment. We’ll make a note to get this done.

    For now, you can tell it to show the IDs:

    add_filter( 'generate_elements_show_object_ids', '__return_true' );

    Let me know if that helps or not 🙂

    #1531604
    Paul

    Thank you, Tom!

    #1532576
    Tom
    Lead Developer
    Lead Developer

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.