File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The plugin provides a PlaceholderAPI placeholder to allow you to query data from
2424
2525Check 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 =" % " />
Original file line number Diff line number Diff 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 " />
You can’t perform that action at this time.
0 commit comments