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}’”


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/113538-contentment-with-umbraco-13x

I have the same problem when deploy on the server. There are a lots of angular errors and the Contentment setup don’t work.

Your deployment process is probably missing some updated Contentment files.

By the way, Contentment is at version 5.1.1 for Umbraco 13, but the package id has changed. Maybe you missed that?

Version 5 also changes Contentment to be a Razor Class Library, which means the App_Plugins files are included in the dll. Which probably fixes your problem.

1 Like

HI, Thanks for your reply. I solved the problem in this manner: Umbraco 13.1 and Contentment 4.7: deploy release version don't work · Issue #467 · leekelleher/umbraco-contentment · GitHub