You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we please have badge counts on subnav items? Noticed that we can have them on the main plugin item, and in sidebars, but not on subnavs. This could be an optional array key which is ignored if left blank.
Updating the above code wrap the text in a span with class of label and then checking for item.badgeCount in a condition to add a span with class of badge would enable this. Then in our plugin where we set our subnav label and url we can easily just define a badgeCount also.
This would be a handy option to have where we are using subsections within plugins along with sidebars like so:
The sidebar counters are already possible but the subnav ones aren't. Not sure if theres an explicit reason for this but could it please be added? Thank you.
The text was updated successfully, but these errors were encountered:
Feature Request!
Can we please have badge counts on subnav items? Noticed that we can have them on the main plugin item, and in sidebars, but not on subnavs. This could be an optional array key which is ignored if left blank.
cms/src/templates/_layouts/cp.html
Line 150 in 66e16f7
Updating the above code wrap the text in a span with class of label and then checking for item.badgeCount in a condition to add a span with class of badge would enable this. Then in our plugin where we set our subnav label and url we can easily just define a badgeCount also.
This would be a handy option to have where we are using subsections within plugins along with sidebars like so:
The sidebar counters are already possible but the subnav ones aren't. Not sure if theres an explicit reason for this but could it please be added? Thank you.
The text was updated successfully, but these errors were encountered: