tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

[request] `reference/config/` for plugins

Open FabianLars opened this issue 1 year ago • 2 comments

Not sure if we even want this but i think it makes sense 🤷 Since the plugins do not (yet?) have schema files this will probably be manual work (for now).

FabianLars avatar Jun 12 '24 10:06 FabianLars

could you elaborate? Like where this would go and where it would be sourced from, if any specific repo, or have to gather from multiple sources

vasfvitor avatar Jul 02 '24 12:07 vasfvitor

Some plugins, like the updater plugin (example), have additional tauri.conf.json configs and it would be nice if we could list them the same way we list core configs here https://v2.tauri.app/reference/config/.

It should be pulled from the plugins-worksapce repository for all plugins. We currently do not generate schema files like we do in the core repo though, so i guess we have to work on the plugins repo first before adding this here.

FabianLars avatar Jul 02 '24 13:07 FabianLars