


We are trying to create a content fragments. This is somewhat complicated.
First you have to enable users permissions, then create configurations, then under configurations, you can create a content fragment model. However, when you try to edit the content fragment model, in order to specify some fields, its blank.
We are following these instructions:
The model is enabled and published.
The error in error.log is:
24.03.2021 12:18:57.756 *ERROR* [[0:0:0:0:0:0:0:1] [1616584737723] GET /mnt/overlay/dam/cfm/models/editor/content/editor.html%2Fconf%2Fwknd%2Fswh_config%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fbonus HTTP/1.1] libs.dam.cfm.models.editor.components.formbuilder.formbuilder__002e__jsp The model config resource is a non-existing resource.
This is what we see:
This is what we expected to see:
Views
Replies
Total Likes
Hi @TB3dock
What is the error you are getting in the error.log or in the console when you are getting this blank page?
Thanks!
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @TB3dock,
This error is thrown when there is no node named "model" in your CFM's jcr:content.
That is in your case, if there is no model node under this path - /conf/wknd/swh_config/settings/dam/cfm/models/bonus/jcr:content
Check for this path from CRXDE, logged in as admin.
I suggest to revisit/rollback the steps that you have done(In particular, if you have done anything related to permissions. In your original query, you have mentioned "First you have to enable users permissions") -> Enable CFM in desired project config and try creating again.