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

In some cases Open Content inserts Content twice to the DNN Search index. Here you can see whats in the index on a 2 language, NON ML page with a...

bug

The field type "page" causes an error: ``` {"message":"Unable to find field class for type: page","reason":"FIELD_INSTANTIATION_ERROR"} alpaca.min.js:5:7172...} ``` Classic Builder, OC 05.01.01 schema: ``` { "type": "object", "properties": { "ModuleTitle":...

bug

I had a client with this in their data definition: Schema: ``` "MainImage": { "type": "object", "title": "Main Image", "properties": { "Image": { "type": "string", "title": "Crop for Lists" },...

question

I'm trying to get around an limitation of the DNN Search indexer. By default the urls of the DNN Search results point to the page the module is on. and...

enhancement

I use this inside a Notification Email: ``` 1: {{Profile.Date}} 2: {{formatDateTime Profile.Date "dd MMM yyyy"}} 3: {{formatDateTime Profile.Date "dd MMM yyyy" "nl-NL"}} ``` And the results are not what...

bug

When you copy an image and paste it in the editor with EasyImage active, the images gets uploaded to: https://33333.cdn.cke-cs.com After a week you get this message. ![image](https://github.com/user-attachments/assets/904061ec-10dc-4a9f-bc4b-e56d76731b0c) IMO we...

bug

Example: ``` "templates": { "template": { "type": "multiple", "title": "List", "main": { "template": "template.hbs", "dnnsearch": true, "dnnSearchTitle": "{{Title}}", "dnnSearchDescription": "Article: {{#if Summary}}{{Summary}}{{else}}{{truncateWords Text 20}}{{/if}}", "dnnSearchText": "{{convertHtmlToText Text}}", "dnnSearchTags": "Tag1,Tag2,Tag3", "clientSideData":...

enhancement

You can currently use this to manipulate the search results for DNN Search: ``` "templates": { "template": { "type": "multiple", "title": "List", "main": { "template": "template.hbs", "dnnsearch": true, "dnnSearchTitle": "{{Title}}",...

enhancement

When selecting template exchange you now see this: ![Image](https://github.com/user-attachments/assets/0f4c0471-f85c-4726-a84b-e04f9be98245) IMO it would be clearer to use: - Import Template Definition from File - Export Template Definition to File - Export...

enhancement

Switch Template: ![image](https://github.com/user-attachments/assets/9159cee5-2384-4b84-86f0-af509346ca2e) Should this use the "new layout" but directly linked to what you see when clicking the More button? ![image](https://github.com/user-attachments/assets/d53a4112-04d7-402e-aa9b-5f3dd5907d2f)

enhancement