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
For Admin, Different button shapes are used, It would be nice to have standard naming convention for all these button shapes, so that developer can create predictable alternates for Admin Theme.
e.g.
ContentPreview_Button
Content_PublishButton
Content_SaveDraftButton
For example, I would like to show "Actions" zone as drop-down similar to #3688 (comment) and overriding above shapes with alternates. As following
Fix in PR #7086 is also related, due to not having uniform naming and shape type contains __ and _
The original shape type should not contain __ or _
I could wok on PR to change shape type to not contain _ or __.
Also note that here prefix Content is not used to represent stereotype of the content item
For Admin, Different button shapes are used, It would be nice to have standard naming convention for all these button shapes, so that developer can create predictable alternates for Admin Theme.
e.g.
For example, I would like to show "Actions" zone as drop-down similar to #3688 (comment) and overriding above shapes with alternates. As following
Content-Dropdown.PublishButton.cshtml
( Content_PublishButton__Dropdown)Content-Dropdown.SaveDraftButton.cshtml
(Content_SaveDraftButton__Dropdown)However for preview naming is different than above,
ContentPreview-Dropdown.Button.cshtml
( ContentPreview_Button__Dropdown )Notice the position of
-
in filenames above, its confusing.I suggest to have all button shape uniform naming.
The text was updated successfully, but these errors were encountered: