OpenContent
OpenContent copied to clipboard
Structured Content editing for DNN (Dotnetnuke)
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...
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":...
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" },...
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...
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...
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.  IMO we...
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":...
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}}",...
When selecting template exchange you now see this:  IMO it would be clearer to use: - Import Template Definition from File - Export Template Definition to File - Export...
Switch Template:  Should this use the "new layout" but directly linked to what you see when clicking the More button? 