Discussions
GetTemplate API Returns HTTP 404 Error
Why might this error be occurring? It's DNN Platform 9.4.4 and Open Content 4.3.0 (brand new install).
Handlebar helper Truncate Text?
Has anyone succeeded in using an handlebar helper that converts a full html description into a truncated plain text description?
Workflow/content staging for single item templates
The following page states that workflow/content staging is only implemented for multi-item templates: https://opencontent.readme.io/docs/workflow-content-staging
Live Edit is Fantastic....yet
I imagine whomever created this its still a work in progress but wondering if a save option has been figured out yet as well as a warning if a user tries to delete an option and better yet restore a deleted option if it is in fact deleted.
Why would a HTTP 404 occur?
I have a DNN Platform 09.01.01 website where OpenContent 04.02.00 is installed. When I add OC to a page, it never finishes loading. Instead, there are HTTP 404 errors reported for the API endpoints in the console, see below.
Possible to limit number of items in NON Multi item template
Wonder if you clone a instance if you can have one display only a certain number of items without using the multi item template.
{{AdditionalData.Intro.Title}} should be {{AdditionalData.intro.Title}}
In the templates there's a token placed, by default, {{AdditionalData.Intro.Title}}.
imo that only works if you change this to {{AdditionalData.intro.Title}}.
"Index": true or "index": true?
In the manifest, almost on top of the document, it reads by default: "Index": true
Should that not be "index": true?
Handlebar token for Portal URL?
Is there a token that can be used in the template for this?
Chained/Nested Helpers Inside {{each}} Don't Work
Is this a bug?