Route kebab Customize through the prefilled policy wizard so existing methods and values can be renamed, reordered, and kept in that field order on the card after Finalize.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
/** Max length for title and description fields in the add-custom-method-card wizard (Figma 0/48). */
|
||||
/** Max length for the policy title in the add-custom-method-card wizard (Figma 0/48). */
|
||||
export const CUSTOM_METHOD_CARD_WIZARD_MAX_FIELD_CHARS = 48;
|
||||
|
||||
/**
|
||||
* Max length for the policy description. Wider than the title so Customize can
|
||||
* seed existing card support text without blocking Next.
|
||||
*/
|
||||
export const CUSTOM_METHOD_CARD_WIZARD_MAX_DESCRIPTION_CHARS = 200;
|
||||
|
||||
Reference in New Issue
Block a user