Change Content Owner or Date

Change Content Owner or Date 2.0.18

No permission to download
How can I add icon here, posts, media and media comments?

View attachment 323708
Just found it, add the following code into the extra.less, and result as follows.
1749764416882.webp
1749764459478.webp
1749764491567.webp

Less:
.actionBar-action
{
  
    &.actionBar-action--changeOwnerAndDate:before { .m-faContent("@{fa-var-random}\20"); } //Add an icon for the action bar: Change Content Owner or Date//
    &.actionBar-action--changeDate:before { .m-faContent("@{fa-var-calendar-edit}\20"); } //Add an icon for the action bar: Change Content Owner or Date//
    &.actionBar-action--changeOwner:before { .m-faContent("@{fa-var-user-edit}\20"); } //Add an icon for the action bar: Change Content Owner or Date//
}
 
Last edited:
Back
Top Bottom