# האם ניתן להשתמש ב-\`%{base\_path}\` בתיאורי הגדרת אובייקט?

**URL:** https://meta.discourse.org/t/can-base-path-be-used-in-object-setting-descriptions/381458
**Category:** Development
**Created:** [3 בספטמבר,‏ 2025,‏ 4:29pm UTC](https://meta.discourse.org/t/can-base-path-be-used-in-object-setting-descriptions/381458 "2025-09-03T16:29:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [3 בספטמבר,‏ 2025,‏ 4:29pm UTC](https://meta.discourse.org/t/can-base-path-be-used-in-object-setting-descriptions/381458/1 "2025-09-03T16:29:59Z")

</div>

Continuing the discussion from [How do I add links to site settings into the settings description of my component?](https://meta.discourse.org/t/how-do-i-add-links-to-site-settings-into-the-settings-description-of-my-component/368531/3):

> [@How do I add links to site settings into the settings description of my component?](https://meta.discourse.org/t/how-do-i-add-links-to-site-settings-into-the-settings-description-of-my-component/368531/3):
>
> Once this PR is merged, you’ll be able to use `%{base_path}` in theme setting descriptions

Does this also apply to [object settings](https://meta.discourse.org/t/objects-type-for-theme-setting/305009)?

At first, I used

> <https://github.com/moin-Jana/custom-topic-sort-order-button/blob/993eeb6f68fb221e2f0d097a1ee91aa9efcefc91/locales/en.yml#L13-L13>

which worked fine. But then I remembered `%{base_path}`, so I tried

> <https://github.com/moin-Jana/custom-topic-sort-order-button/blob/f7649dddc6df26f562b0c17ba3dd35c2a0ec0a12/locales/en.yml#L13-L13>

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?
