We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab6aaf commit e62f1bcCopy full SHA for e62f1bc
1 file changed
db/seeds/site_settings.yml
@@ -364,15 +364,15 @@
364
category: SiteDetails
365
description: >
366
Path to a file containing site-specific JavaScript.
367
- Only accepts domain-relative URLs (such as `/assets/community.js`).
+ Must be a domain-relative URL (such as `/assets/community.js`).
368
369
- name: CSSPath
370
value: ~
371
value_type: uri_path
372
373
374
Path to a file containing site-specific CSS.
375
- Only accepts domain-relative URLs (such as `/assets/community.css`).
+ Must be a domain-relative URL (such as `/assets/community.css`).
376
377
- name: AllowContentTransfer
378
value: true
0 commit comments