Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/plugin-kanban/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ interface KanbanCard {
badges?: Array<{
label: string;
variant?: 'default' | 'secondary' | 'destructive' | 'outline';
colorClass?: string;
colorStyle?: React.CSSProperties; // Required whenever colorClass came from getBadgeHexAppearance(color) in @object-ui/fields — the class reads CSS custom properties only this style declares (objectui#5183)
}>;
cardSubtitle?: string; // Synthesized subtitle, rendered in preference to description
cardFieldCells?: Array<{ // Structured per-field cells; wins over cardSubtitle/description
Expand Down