OpenContent
OpenContent copied to clipboard
Structured Content editing for DNN (Dotnetnuke)
The Datasource currently returns the users in order of UserName, It would be nice if we could somehow change that to LastName or another field to order the users
I have this (profile) field defined: ``` "Options": { "title": "My Options", "type": "array", "enum": [ "option 1", "option 2", "option 3", "option 4" ], "default": "" } "Options": {...
As we have support for edit.js, it would be nice to be able to also add edit.css as an option. This will allow us to visually manipulate the edit screen...
I noticed with a few clients that they saved before all data had been loaded. This was in a situation where the data contained a lot of images which took...
- On a list page for a Multi Item template - Open a detail view - Click Edit - Save You are now back on the list page while in...
Add this to the web.config file in the templates folder: ``` ```
I would like to use it to order as I get the DB order now I think :-)
There are several more advanced features that require updates to the manifest file. However, many workflows for building templates don't involve creating/having one available at all. It would be nice...
Do the ckeditor options, the ones one can apply in options.json (like bodyClass, clipboard_handleImages, contentsCss, customConfig, disableNativeSpellChecker, extraAllowedContent, extraPlugins, format_tags, stylesSet, toolbar, etc) not work in version 5.0.6?
## Describe the bug Problem when trying to edit the module when I have a field of type "**wysihtml**". (This worked correctly until OpenContent version 04.07.00) ## Software Versions DNN:...