• Hello,

    Is there a way to make the panel tag not insert panel-body?

    I want to put the listgroup inside panel but not panel-body. I’m confused why the panel tag uses “heading” and “footer” attr. It doesn’t seem like the other components.

    Could you change the plugin it so it uses [panel-heading] [panel-body] and [panel-footer] to avoid this issue?

    I have included this to demonstrate my issue:

    [panel type="primary" heading="Panel Title"]
    [list-group linked="true"]
    [list-group-item link="#" ]
    i'm inside panel body, but i don't want to be :-(
    [/list-group-item]
    [list-group-item link="#"]
    i'm inside panel body, but i don't want to be :-( 
    [/list-group-item]
    [/panel]

    Thanks,
    Tom

  • The topic ‘List group inside panel’ is closed to new replies.