My developer and i are getting pretty frustrated with a basic Hello World start to a new site using Umbraco 13. I can not find basic code samples for essentially reading out a textstring in a template that includes libraries used etc.. (nothing we're doing is working from previous versions). I've seen some images of code which is extremely frustrating to type out, but no copy pasta like in the past to get going with.
Also not seeing any code samples or anything for any of the datatypes. Am I missing something? It says it is an LTS and Umbraco is on version 14 so I'd think there would be some documentation on templating...
We've already reverted from 14 due to lack of documentation and not being able to define labels to blocklists. Is it suggested that we revert again to a version that has docs for templating? Really don't want to finger through it on github,
Lets start with a blocklist snippet or a "hello world" with a datatype of textstring. Haven't had success with blocklists. We've tried so many things, this is the current thing we're trying. We are not getting errors, but nothing is printing out (we've tried republishing and rebuilding project):
Umbraco 13 documentation with code samples?
My developer and i are getting pretty frustrated with a basic Hello World start to a new site using Umbraco 13. I can not find basic code samples for essentially reading out a textstring in a template that includes libraries used etc.. (nothing we're doing is working from previous versions). I've seen some images of code which is extremely frustrating to type out, but no copy pasta like in the past to get going with.
Also not seeing any code samples or anything for any of the datatypes. Am I missing something? It says it is an LTS and Umbraco is on version 14 so I'd think there would be some documentation on templating...
We've already reverted from 14 due to lack of documentation and not being able to define labels to blocklists. Is it suggested that we revert again to a version that has docs for templating? Really don't want to finger through it on github,
What exactly do you need help with? There is plenty of documentation available
Lets start with a blocklist snippet or a "hello world" with a datatype of textstring. Haven't had success with blocklists. We've tried so many things, this is the current thing we're trying. We are not getting errors, but nothing is printing out (we've tried republishing and rebuilding project):
Also where is the templating/code snippets for different datatypes for umbraco 13 located?
check out this repository for ideas on how to work with the block grid
https://github.com/UmTemplates/UmBootstrap
You'll need to be a little more specific, what exactly do you want to do?
is working on a reply...