Skip to content

Commit 7860645

Browse files
committed
edit query form in grouptopper
1 parent 7bd9cb4 commit 7860645

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

src/grouptopper/hook/placeholderapi/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The plugin provides a PlaceholderAPI placeholder to allow you to query data from
2424

2525
Check the [Query](/grouptopper/query/) for more information about how to set the `<query>`
2626

27-
## Customize Examples
27+
## Example
2828

2929
::: details Click me to edit the example values
3030

@@ -35,6 +35,4 @@ Check the [Query](/grouptopper/query/) for more information about how to set the
3535

3636
:::
3737

38-
## Example
39-
4038
<QueryTypes :exampleHolder="queryFormData.holder" :examplePosition="queryFormData.position" globalPrefix="%grouptopper_" globalSuffix="%" playerPrefix="%grouptopper_" playerSuffix="%" />

src/grouptopper/query/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@ Refer to the [Topper Query](/topper/query/) page for more information.
2424

2525
## Types
2626

27+
::: details Click me to edit the example values
28+
29+
<Vueform v-model="queryFormData" sync>
30+
<TextElement name="holder" label="Holder Name" description="The name of the Holder used in examples" />
31+
<TextElement name="position" label="Position" input-type="number" description="The position used in examples" />
32+
</Vueform>
33+
34+
:::
35+
2736
<QueryTypes :exampleHolder="queryFormData.holder" :examplePosition="queryFormData.position" />

0 commit comments

Comments
 (0)