You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/official-site/sqlpage/migrations/18_button.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
12
12
('shape', 'Shape of the buttons (e.g., pill, square)', 'TEXT', TRUE, TRUE),
13
13
-- Item-level parameters (for each button)
14
14
('link', 'The URL to which the button should navigate when clicked. If the form attribute is specified, then this overrides the page to which the form is submitted.', 'URL', FALSE, TRUE),
15
-
('color', 'The color of the button (e.g., red, green, blue, but also primary, warning, danger, orange, etc.).', 'COLOR', FALSE, TRUE),
15
+
('color', 'The color of the button (e.g., red, green, blue, but also primary, warning, danger, etc.).', 'COLOR', FALSE, TRUE),
16
16
('title', 'The text displayed on the button.', 'TEXT', FALSE, TRUE),
17
17
('tooltip', 'Text displayed when the user hovers over the button.', 'TEXT', FALSE, TRUE),
18
18
('disabled', 'Whether the button is disabled or not.', 'BOOLEAN', FALSE, TRUE),
0 commit comments