From b37b06c55510107dc4b47df03e18e4d783be7f87 Mon Sep 17 00:00:00 2001 From: Tutku Can Yalcin Date: Mon, 8 Jan 2024 16:48:57 +0100 Subject: [PATCH] highlight ruby added --- .../2024-01-15-sitecore-10-upgrade-problems-and-solutions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_posts/2024-01-15-sitecore-10-upgrade-problems-and-solutions.md b/docs/_posts/2024-01-15-sitecore-10-upgrade-problems-and-solutions.md index 091ff8d..cfa877e 100644 --- a/docs/_posts/2024-01-15-sitecore-10-upgrade-problems-and-solutions.md +++ b/docs/_posts/2024-01-15-sitecore-10-upgrade-problems-and-solutions.md @@ -118,7 +118,9 @@ In Sitecore 10, there was another change for each form field on core database. S Even though item names are same, there are different items selected in Sitecore 10. You can put the following ids on ControlDefinitions field on Sitecore for each of these custom fields, then we will be able to see css classes on Sitecore Forms Editor: -*{98FB361E-3A7F-49F9–8789–8C169FB95B61}|{121B9875–2F7D-4D62-BD0F-35A7B909ECE8}* +{% highlight ruby %} +{98FB361E-3A7F-49F9–8789–8C169FB95B61}|{121B9875–2F7D-4D62-BD0F-35A7B909ECE8} +{% endhighlight %} ## Problem: Missing field values after Glass mapper upgrade