CK Editor 5: Mix Multiple Editable And Read-Only Paragraphs

Viewed 16

Using CK Editor 5 for the first time this week. I've already spent hours googling this, reading the CKE docs, looking at similar questions here on SO. Found some solutions close to what I want, but none so far that fit my use case.

Within a single instance of CKE, can I have both editable and read-only paragraphs? For example, let's say a document consists of 5 paragraphs. I want the odd paragraphs (1, 3, 5) to be editable, and the even paragraphs (2, 4) to be read-only.

Not looking for a solution that involves toggling edit/read-only on a click event. Looking to have this set up initially, so users are restricted by default to only editing certain paragraphs, and cannot change those settings.

Can this be done within a single instance of CKE? If yes, how? Are there any examples of this on line? Thanks ahead of time for any guidance that can be provided!

0 Answers
Related