diff --git a/core-web/CLAUDE.md b/core-web/CLAUDE.md index 415c27f6ba2a..4a2b1105b544 100644 --- a/core-web/CLAUDE.md +++ b/core-web/CLAUDE.md @@ -83,20 +83,10 @@ spectator.setInput('prop', value); // ALWAYS use setInput ### Form Markup -Always wrap form fields with this structure for consistent styling: - -```html -
-``` +See [Form Fields](docs/frontend/STYLING_STANDARDS.md#form-fields) for the current field-layout, +typography, and hint-handling rules — do not hand-roll a form wrapper from memory or copy an +existing form without checking it first. Different areas of the app (e.g. `edit-content`) have +diverged in the past; the doc is the tie-breaker. ## Portlet Development diff --git a/core-web/apps/dotcms-ui/src/app/portlets/dot-apps/components/dot-ai-config-detail/components/dot-ai-additional-properties/dot-ai-additional-properties.component.html b/core-web/apps/dotcms-ui/src/app/portlets/dot-apps/components/dot-ai-config-detail/components/dot-ai-additional-properties/dot-ai-additional-properties.component.html index 17cd78c4f37e..5ac6ee850115 100644 --- a/core-web/apps/dotcms-ui/src/app/portlets/dot-apps/components/dot-ai-config-detail/components/dot-ai-additional-properties/dot-ai-additional-properties.component.html +++ b/core-web/apps/dotcms-ui/src/app/portlets/dot-apps/components/dot-ai-config-detail/components/dot-ai-additional-properties/dot-ai-additional-properties.component.html @@ -1,5 +1,5 @@