Skip to content

Commit 5015e31

Browse files
committed
Indicate version support for new attributes
1 parent b855deb commit 5015e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/official-site/sqlpage/migrations/01_documentation.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
353353
('markdown', 'Set this to the name of a column whose content should be interpreted as markdown . Used to display rich text with links in the table. This argument can be repeated multiple times to intepret multiple columns as markdown.', 'TEXT', TRUE, TRUE),
354354
('icon', 'Set this to the name of a column whose content should be interpreted as a tabler icon name. Used to display icons in the table. This argument can be repeated multiple times to intepret multiple columns as icons. Introduced in v0.8.0.', 'TEXT', TRUE, TRUE),
355355
-- row level
356-
('_sqlpage_css_class', 'For advanced users. Sets a css class on the table row.', 'TEXT', FALSE, TRUE),
357-
('_sqlpage_color', 'Sets the background color of the row.', 'TEXT', FALSE, TRUE)
356+
('_sqlpage_css_class', 'For advanced users. Sets a css class on the table row. Added in v0.8.0.', 'TEXT', FALSE, TRUE),
357+
('_sqlpage_color', 'Sets the background color of the row. Added in v0.8.0.', 'TEXT', FALSE, TRUE)
358358
) x;
359359

360360
INSERT INTO example(component, description, properties) VALUES

0 commit comments

Comments
 (0)