Posts

Showing posts from 2021

Sitecore : Disable automatic lock on create items

https://briancaos.wordpress.com/2019/03/05/sitecore-disable-automatic-lock-on-create-items/ 

Sitecore : Accessibility Issues

Refer this URL for getting solution to fix the accessibility issues.   https://www.aditus.io/aria/aria-label/

Solution: Sitecore forms issue no message defined for fxb....Value

 This issue can be solved by two ways. 1.Change the Reg Expression  e.g for email filed  Updated Expression is- {"regularExpression":"^(\d{1}-?\(?\d{3}\)?-? *\d{3}-? *-?\d{4}$)|^(\(?\d{3}\)?-? *\d{3}-? *-?\d{4}$)"} 2.Correct solution for this issue is to Create the Language version for the validator you are using.

Sitecore : To change the serialization type of Item

Sitecore.Serialization.Config   <!--  SERIALIZATION TYPE             Defines serialization type. Possible variants: default and YAML             Default value: default             -->             <setting name="Serialization.SerializationType" value="default" />