Front End Editing in the backend?

Created on 3 June 2024, 7 months ago
Updated 26 July 2024, 5 months ago

Problem/Motivation

I really don't see the point of being able to the see the floating Front End Editing (FEE) links (1)...

I really don't want to see them for the Paragraph here in the backend because I already have a EDIT button (2).

In fact I'd go as far as to say that, by default, they really should not present in the backend screens although I'd accept an configuration option to switch them on if they are really needed.

I realise of course that we can simply hide them...

/* Get rid of the #FEE floaters when I'm already in the backed */
body.path-paragraphs-edit {
  div.frontend-editing-actions {
    display: none;
  }
}

...but I do think we could be more efficient by not writing them in there in the first place.

Does this make sense to anyone else here?

💬 Support request
Status

Fixed

Version

1.7

Component

User interface

Created by

🇬🇧United Kingdom SirClickALot Somerset

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024