Requesting that when a page is being edited has a class: user_, indicating the user who is editing the page, as is the case when editing dynamic content. I know I can get that from the livewhale[‘username’], but I am thinking of simple cases where I just want to be able to have a basic css selector: body.user_gcervone and not involve any js.
yes - that’s good thanks - your solution is good. I figured I would need to do something like that but put it in as a feature request because it feels like it should be part of the product to be consistent with the way dynamic content is handled, and could then be useful for people who don’t have a coding team.