How to maintain structure inside of an element? #2120
Unanswered
reinvanimschoot
asked this question in
Q&A
Replies: 1 comment
-
You'll need to use normalizers, see: |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi guys
We are using Plate to create educational material. Hence, we have some custom components such as
Definition
andSummary
.Definition
always has aConcept
andExplanation
as children, or at least, this should be the case. So even if you try to delete backwards from the beginning of theExplanation
, theConcept
should not be touched and the cursor should remain where it is.I was wondering if anyone has done the same or something similar and how they approached it.
We were thinking of starting from the
forced layout
plugin but that only gets us so far.Any ideas, suggestions or tips would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions