[FEATURE]: Entity Content Type Condition #16683
enkelmedia
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posting this here to outline the problem for a upcoming PR.
The basic need is to be able to show/hide a
workspaceView
based on thecontent type
that is loaded. Be aware thatcontent type
here refers to the type of any content (document, media or members).In other words:
document
is it'sdocument type
media
is it'smedia type
member
is it'smember type
There is a discussion with @iOvergaard on Discord about this here: https://discord.com/channels/869656431308189746/1225558756318777418
The end goal is to be able to only load the workspaceView for example when editing a Document with Document Type is "Start Page" or a Media Item that has the "Media Type" = "Image".
I have a PR in the making to outline a possible solution.
Beta Was this translation helpful? Give feedback.
All reactions