It’s possible to limit which files one can choose from in a Files field. Is it possible to do that for the link creator/file picker in the Writer field too? I’d like to only show files associated with the current page. It’s cumbersome to have to navigate through the page hierarchy for every link. Or, is it possible to ask Kirby to store files in a central location? Instead of associated with a page?
- With Kirby 4.4 the current page is preselected when choosing files in the link dialog: Release 4.4.0 · getkirby/kirby · GitHub
- You might want to support this feature request: Link field: `query` support for pages/files · Kirby Feedback
- You can create a central top-level page to store all of your files in one place. Set up your files sections and fields accordingly: Files | Kirby CMS Files section | Kirby CMS
1 Like
Thank you, the new feature in 4.4 helped enormously!