Hello,
we use prismic on two different environments (test & production). The content is synchronized by manual delta compare.
Due to sensitive data, here is an analog example of the problem on Prismic interface: Text displayed@Test:
Lorem Ipsum:
A
B
Ut enim ad minim veniam.
Text displayed@Prod:
Lorem Ipsum:
Ut enim ad minim veniam.
on both environments the correct text is displayed to the customer
if the blank line on the production environment is deleted, the two missing enumerations (A and B) are listed as delta
For me it looks like all information is available in the backend, but is displayed incorrectly in the frontend.
How can I fix this problem?
My team found the issue; the CT model configured did not contain the list formatting options. After adding it, the listed contents are visible again. You must have changed the options at some point.