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
I'm not sure if this behavior was intentional or not, but in the EE3 version, all the tabs are hidden from the Publish page. I'd like to still be able to access the other tabs like Structure and Revisions.
The main issue seems to be this block of code starting on line 42 of EntryType.js. It's adding the attribute style="display: none;" to all of my tab items:
I'm not sure if this behavior was intentional or not, but in the EE3 version, all the tabs are hidden from the Publish page. I'd like to still be able to access the other tabs like Structure and Revisions.
The main issue seems to be this block of code starting on line 42 of EntryType.js. It's adding the attribute
style="display: none;"
to all of my tab items:Maybe the tab layout has changed in EE3? None of the tabs have IDs and I don't have any elements with the class
publish_field
The text was updated successfully, but these errors were encountered: