Scheduled element mode

Hi Sitejetters

A change in the style of the display of scheduled items would be interesting.
Today the only way to add an element without it being visible in production is to schedule it.
The grey overlay on top does not prevent the client from making changes but they cannot see the design.
I think it would make sense to just remove the overlay and leave the “scheduled” cartridge.

Thanks

Would just unchecking the “Visibility” checkbox in the style panel be a solution here?

Hi @zachary

Thanks zachary for your feedback,
In fact I needed to be able to remove the grey overlay of the Schedule mode on a scheduled element so that my client could validate the design and modify it.

Here is the solution found if you are interested

.edit .ed-element[data-start-at] {
opacity:1!important;
filter: none!important;
}

1 Like