I am trying to use the latest Contentment package.
when clonning the repository and openning the solution all projects are compiling with no problem except for the 13.x that generates multiple errors
When creating an empty umbraco 13.1.0 project and add Contentment 4.6.0 (the latest) from nuget.org everything seems to be well but editors such as Data List cannot be configured ("Data source" and "List editor" do not have any input) and warnings are generated such as
"Could not find a value for configuration field '{ConfigField}'"
Contentment with umbraco 13.x
Hi
I am trying to use the latest Contentment package.
when clonning the repository and openning the solution all projects are compiling with no problem except for the 13.x that generates multiple errors
When creating an empty umbraco 13.1.0 project and add Contentment 4.6.0 (the latest) from nuget.org everything seems to be well but editors such as Data List cannot be configured ("Data source" and "List editor" do not have any input) and warnings are generated such as "Could not find a value for configuration field '{ConfigField}'"
Hi Ofer,
I just set up a fresh v13.1.1 install using the Clean Starter Kit and Contentment v4.6.0, and the Data List seems to work for me.
This is the script I used to set up the project:
Generated using Package Script Writer:
https://psw.codeshare.co.uk/?InstallUmbracoTemplate=true&UmbracoTemplateVersion=13.1.1&Packages=uSync%7C13.1.0-beta01%2CUmbraco.Community.Contentment%7C4.6.0&UserEmail=admin%40example.com&ProjectName=13-1-1&CreateSolutionFile=true&SolutionName=13-1-1&UseUnattendedInstall=true&DatabaseType=SQLite&UserPassword=1234567890&UserFriendlyName=Administrator&IncludeStarterKit=true&StarterKitPackage=clean&OnelinerOutput=false&TemplateName=Umbraco.Templates&TemplateVersion=13.1.1&RemoveComments=false
is working on a reply...