Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update backend docs on Mon Feb 19 17:24:07 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 19, 2024
1 parent 4a958d6 commit b96607c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7078,7 +7078,7 @@ <h2>Important Libraries</h2>
{::account &quot;1-0-1&quot;
::invite &quot;1-0-1&quot;
::csvupload &quot;1-0-0&quot;
::dashboard &quot;1-1-3&quot;
::dashboard &quot;1-1-4&quot;
::database &quot;1-0-1&quot;
::instance &quot;1-1-2&quot;
::metabot &quot;1-0-1&quot;
Expand Down Expand Up @@ -75131,7 +75131,7 @@ <h6>`base`</h6>
</td><td class="codes"><pre class="brush: clojure">(set! *warn-on-reflection* true)</pre></td></tr><tr><td class="docs"><p>These modules register settings but are otherwise unused. They still must be imported.</p>
</td><td class="codes"><pre class="brush: clojure">(comment premium-features/keep-me)</pre></td></tr><tr><td class="docs">
</td><td class="codes"><pre class="brush: clojure">(defsetting application-name
(deferred-tru &quot;This will replace the word \&quot;Metabase\&quot; wherever it appears.&quot;)
(deferred-tru &quot;Replace the word Metabase wherever it appears.&quot;)
:visibility :public
:export? true
:type :string
Expand Down Expand Up @@ -75431,26 +75431,23 @@ <h6>`base`</h6>
:doc false
:audit :never)</pre></td></tr><tr><td class="docs">
</td><td class="codes"><pre class="brush: clojure">(defsetting loading-message
(deferred-tru &quot;Message to show while a query is running.&quot;)
(deferred-tru &quot;Choose the message to show while a query is running.&quot;)
:visibility :public
:export? true
:feature :whitelabel
:type :keyword
:default :doing-science
:audit :getter)</pre></td></tr><tr><td class="docs">
</td><td class="codes"><pre class="brush: clojure">(defsetting application-colors
(deferred-tru
(str &quot;These are the primary colors used in charts and throughout {0}. &quot;
&quot;You might need to refresh your browser to see your changes take effect.&quot;)
(application-name-for-setting-descriptions))
(deferred-tru &quot;Choose the colors used in the user interface throughout Metabase and others specifically for the charts. You might need to refresh your browser to see your changes take effect.&quot;)
:visibility :public
:export? true
:type :json
:feature :whitelabel
:default {}
:audit :getter)</pre></td></tr><tr><td class="docs">
</td><td class="codes"><pre class="brush: clojure">(defsetting application-font
(deferred-tru &quot;This will replace “Lato” as the font family.&quot;)
(deferred-tru &quot;Replace “Lato” as the font family.&quot;)
:visibility :public
:export? true
:type :string
Expand All @@ -75476,15 +75473,15 @@ <h6>`base`</h6>
[]
(or (:accent3 (application-colors)) &quot;#EF8C8C&quot;))</pre></td></tr><tr><td class="docs">
</td><td class="codes"><pre class="brush: clojure">(defsetting application-logo-url
(deferred-tru &quot;For best results, use an SVG file with a transparent background.&quot;)
(deferred-tru &quot;Upload a file to replace the Metabase logo on the top bar.&quot;)
:visibility :public
:export? true
:type :string
:audit :getter
:feature :whitelabel
:default &quot;app/assets/img/logo.svg&quot;)</pre></td></tr><tr><td class="docs">
</td><td class="codes"><pre class="brush: clojure">(defsetting application-favicon-url
(deferred-tru &quot;The url or image that you want to use as the favicon.&quot;)
(deferred-tru &quot;Upload a file to use as the favicon.&quot;)
:visibility :public
:export? true
:type :string
Expand Down

0 comments on commit b96607c

Please sign in to comment.