I'm seeing a lot of occurences of missing capitalization, like in popupnavitem or blockprimary or ctalist. Depending on the language, we might be using mostly camelCase (for Javascript and directory/file names), PascalCase for React components and instantiatable class instances in Javascript, snake-case (for Kirby and PHP in general) or even kebab-case for Vue props, HTML attributes, css class name hierarchies and other identifiers, but there is always a capitalization strategy in place
I'm seeing a lot of occurences of missing capitalization, like in
popupnavitem
orblockprimary
orctalist
. Depending on the language, we might be using mostly camelCase (for Javascript and directory/file names), PascalCase for React components and instantiatable class instances in Javascript, snake-case (for Kirby and PHP in general) or even kebab-case for Vue props, HTML attributes, css class name hierarchies and other identifiers, but there is always a capitalization strategy in place