Skip to content

Commit 3a2ca5c

Browse files
authored
Update 01_documentation.sql social_image
1 parent f7c0f63 commit 3a2ca5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
764764
('javascript', 'The URL of a Javascript file to load and execute on the page.', 'URL', TRUE, TRUE),
765765
('rss', 'The URL of an RSS feed to display in the top navigation bar. You can use the rss component to generate the field.', 'URL', TRUE, TRUE),
766766
('image', 'The URL of an image to display next to the page title.', 'URL', TRUE, TRUE),
767-
('image_og', 'The URL of an image to display in the Open Graph metadata.', 'URL', TRUE, TRUE),
767+
('social_image', 'The URL of the preview image that will appear in the Open Graph metadata when the page is shared on social media.', 'URL', TRUE, TRUE),
768768
('icon', 'Name of an icon (from tabler-icons.io) to display next to the title in the navigation bar.', 'ICON', TRUE, TRUE),
769769
('menu_item', 'Adds a menu item in the navigation bar at the top of the page. The menu item will have the specified name, and will link to as .sql file of the same name. A dropdown can be generated by passing a json object with a `title` and `submenu` properties.', 'TEXT', TRUE, TRUE),
770770
('search_target', 'When this is set, a search field will appear in the top navigation bar, and load the specified sql file with an URL parameter named "search" when the user searches something.', 'TEXT', TRUE, TRUE),

0 commit comments

Comments
 (0)