Skip to content

Commit

Permalink
Merge pull request #460 from pchemguy/docs-text-component
Browse files Browse the repository at this point in the history
Missing doc for row-level contents_md on -text-
  • Loading branch information
lovasoa authored Jun 25, 2024
2 parents 48d02bf + 2ee23c3 commit 7f491c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
('contents_md', 'Rich text in the markdown format. Among others, this allows you to write bold text using **bold**, italics using *italics*, and links using [text](https://example.com).', 'TEXT', TRUE, TRUE),
-- item level
('contents', 'A span of text to display', 'TEXT', FALSE, FALSE),
('contents_md', 'Rich text in the markdown format. Among others, this allows you to write bold text using **bold**, italics using *italics*, and links using [text](https://example.com).', 'TEXT', FALSE, TRUE),
('link', 'An URL to which the user should be taken when they click on this span of text.', 'URL', FALSE, TRUE),
('color', 'The name of a color for this span of text.', 'COLOR', FALSE, TRUE),
('underline', 'Whether the span of text should be underlined.', 'BOOLEAN', FALSE, TRUE),
Expand Down

0 comments on commit 7f491c2

Please sign in to comment.