Continuing the discussion from How do I add links to site settings into the settings description of my component?:
Does this also apply to object settings?
At first, I used
which worked fine. But then I remembered %{base_path}
, so I tried
But then the link in the forum became https://example.discourse.group/admin/customize/components/213/schema/%25%7Bbase_path%7D/admin/customize/site_texts
instead of https://example.discourse.group/admin/customize/site_texts
Did I make a mistake, or is this just not supported?