OpenContent icon indicating copy to clipboard operation
OpenContent copied to clipboard

Structured Content editing for DNN (Dotnetnuke)

Results 85 OpenContent issues
Sort by recently updated
recently updated
newest added

CKEditor Justify options (align left, center, align right, justify) are missing. Justify options are provided by a plugin, which I guess isn't being loaded. CKEditor config option 'extraPlugins' does not...

In some cases you only want a user to be able to upload a unique document and the "old versions" should not be kept on the server. Let's say we...

When using the field type 'Link', it used to show me the content of the text field. Now it returns the value (either empty or true) of the select field...

When you have a level 0 field before an array, there is no distance between the two, see: ![image](https://github.com/user-attachments/assets/15d949d8-3b8f-43c1-86ac-11c19cc9b3d4) I don't see a direct CSS class to address this. ![image](https://github.com/user-attachments/assets/a38cbf64-e721-468a-91b0-d6a62a9978dd)...

enhancement

I created a template with an array of videos. Schema: ``` { "type": "object", "properties": { "videos": { "type": "array", "title": "videos", "items": { "type": "object", "properties": { "Title": {...

bug