Replies: 1 comment 2 replies
-
While I haven't done this, I think yes, in principle this should work, since Placement is for any shape. However, it might be that when your What's the placement rule you want to apply from the file? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I have searched around about this topic but I can't find some useful information.
I have created a couple of
ContentDisplayDriver
to render some titles in a customDisplayType
(notDetail
orEdit
orDetailAdmin
). In this way I can manage this titles by placement rules in myplacement.json
.I have recently find
ShapeTableProvider
and I would like to test it in this situation because seems a more efficent way to do a simple task like display some titles in different position, but placement rules in myplacement.json
file never work in this way. Is it possible to use placement rules with a shape injected in aShapeTableProvider
?This is my
ShapeTableProvider
:I prefer to use placement rules because it gives me the possibilities to have more freedom to move all the shape in my views.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions