-
-
-Inside Facebook, plugins sources are stored and loaded from `~/fbsource/xplat/sonar/desktop/plugins`,
-in which case no further configuration is needed.
+:::caution
+Within Meta, plugins sources are stored and loaded from `~/fbsource/xplat/sonar/desktop/plugins`, in which case no further configuration is needed.
If your team uses Flipper plugins that are stored outside `fbsource`, please follow your team specific instructions.
-
-
+::::
-Flipper loads and runs plugins it finds in a configurable location. The paths searched are specified in `~/.flipper/config.json`. These paths, `pluginPaths`, should contain one folder for each of the plugins it stores. An example config setting and plugin file structure is shown below:
+Flipper loads and runs plugins it finds in a configurable location. The paths searched are specified in `~/.flipper/config.json`. These `pluginPaths` should contain one folder for each of the plugins it stores.
+
+An example config setting and plugin file structure is shown below:
`~/.flipper/config.json`:
-```
+
+```bash
{
...,
"pluginPaths": ["~/flipper-plugins"]
}
```
+
Plugin File example structure:
+
```
~ flipper-plugins/
my-plugin/
@@ -36,9 +38,12 @@ Plugin File example structure: