Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ofer 4 posts 74 karma points
    Feb 06, 2024 @ 15:12
    Ofer
    0

    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}'"

  • Owain Jones 65 posts 437 karma points MVP 4x c-trib
    Feb 08, 2024 @ 15:48
    Owain Jones
    1

    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. enter image description here

    This is the script I used to set up the project:

    dotnet new install Umbraco.Templates::13.1.1 --force
    
    dotnet new sln --name "13-1-1"
    dotnet new umbraco --force -n "13-1-1" --friendly-name "Administrator" --email "admin@example.com" --password '1234567890' --development-database-type SQLite
    dotnet sln add "13-1-1"
    
    dotnet add "13-1-1" package clean
    
    dotnet add "13-1-1" package uSync --version 13.1.0-beta01
    dotnet add "13-1-1" package Umbraco.Community.Contentment --version 4.6.0
    
    dotnet run --project "13-1-1"
    

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies