{% import "_includes/forms" as forms %} {{ forms.autosuggestField({ label: "Subpath"|t('cloud'), instructions: "An optional subpath where assets should be stored within the filesystem."|t('cloud'), id: 'subpath', class: 'ltr', name: 'subpath', value: fs.subpath, errors: fs.getErrors('subpath'), placeholder: "path/to/subpath"|t('cloud'), }) }} {% set cacheDurationInput %} {% set expires = fs.expires ? fs.expires|split(' ') : null %}
When running outside of Craft Cloud, this filesystem will fall back to your local disk for storage. {{ tag('a', { href: 'https://craftcms.com/knowledge-base/cloud-assets', class: 'go', text: 'Learn more'|t('app'), }) }}