discourse/app/assets/javascripts/admin/addon/templates/components/site-settings
Martin Brennan f94682e2c4
FIX: Do not use SVGs for twitter:image metadata (#16973)
Twitter does not allow SVGs to be used for twitter:image
metadata (see https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup)
so we should fall back to the site logo if the image option
provided to `crawlable_meta_data` or SiteSetting.site_twitter_summary_large_image_url
is an SVG, and do not add the meta tag for twitter:image at all
if the site logo is an SVG.
2022-06-03 09:02:57 +10:00
..
bool.hbs
category-list.hbs
category.hbs DEV: Fix select-kit deprecations (#15080) 2022-04-05 19:01:09 +02:00
color.hbs
compact-list.hbs DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
emoji-list.hbs DEV: Added support for custom site setting 'emoji_list' (#12414) 2021-04-07 15:32:05 +02:00
enum.hbs REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00
group-list.hbs
host-list.hbs FEATURE: Validate domain settings for blocked_onebox_domain only (#15754) 2022-02-03 11:26:53 +08:00
list.hbs
named-list.hbs FEATURE: Add new site setting list type with name and values (#16045) 2022-03-08 13:18:43 +02:00
secret-list.hbs
simple-list.hbs
string.hbs DEV: Add experimental json_scheme site setting type (#12226) 2021-03-01 09:15:17 -05:00
tag-list.hbs DEV: removes maximum limit on tag list site setting (#13436) 2021-06-18 12:53:30 +02:00
upload.hbs FIX: Do not use SVGs for twitter:image metadata (#16973) 2022-06-03 09:02:57 +10:00
uploaded-image-list.hbs FIX: Do not use SVGs for twitter:image metadata (#16973) 2022-06-03 09:02:57 +10:00
url-list.hbs
value-list.hbs