Skip to content

Commit

Permalink
Merge pull request #88 from Flow-Launcher/fix-visual-editor-link
Browse files Browse the repository at this point in the history
Fix a link to the visual editor not actually leading anywhere
  • Loading branch information
VictoriousRaptor authored Nov 2, 2024
2 parents 88e197a + d81ac02 commit dcf3165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-rpc-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ body:
<settings-component-demo type="checkbox" label="Prefer shorter answers" description="If checked, the plugin will try to give answer much shorter than the usual ones."></settings-component-demo>

### Visual editor for `SettingsTemplate.yaml`
You can use a [visual editor](#/json-rpc-visual-settingstemplate-editor) for creating the `SettingsTemplate.yaml` file. When you're done editing, click the `Generate SettingsTemplate.yaml` file and copy-paste its contents into your `SettingsTemplate.yaml` file. Optionally, you can also copy the generated typings for your settings object in your preferred programming language.
You can use a [visual editor](/json-rpc-visual-settingstemplate-editor.md) for creating the `SettingsTemplate.yaml` file. When you're done editing, click the `Generate SettingsTemplate.yaml` file and copy-paste its contents into your `SettingsTemplate.yaml` file. Optionally, you can also copy the generated typings for your settings object in your preferred programming language.

<script>
const element = document.querySelector('#__settings-script__');
Expand Down

0 comments on commit dcf3165

Please sign in to comment.