Project

General

Profile

Actions

Feature #102373

open

CE per Viewports

Added by Muhammad Suleman 6 months ago. Updated 5 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2023-11-15
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Option to:
- add different content per viewport
- simply don't show CE on a specific viewport.

Actions #1

Updated by Garvin Hicking 5 months ago

Could you elaborate on the feature request a bit more?

Viewports are more a thing of the frontend output, if I understand your intention correctly. Thus, you would need to use CSS viewport indicators to show/hide content. To specify, which content should be hidden or not, you could for example:

  • Create a custom backend layout and create columns per viewport, then in the frontend output use CSS to access these specific columns
  • Create/use a tt_content column to indicate viewport relation, so that in the frontend fluid you can attach CSS classes and show/hide them in different viewports

If I completely misunderstood your intent, I'd be curious to know more about your idea! :-)

Actions

Also available in: Atom PDF