mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 12:45:50 +00:00
Add pseudo-amendments to tx-type links snippet
This commit is contained in:
@@ -13,6 +13,10 @@
|
|||||||
"SignerListSet",
|
"SignerListSet",
|
||||||
"TrustSet"
|
"TrustSet"
|
||||||
] %}
|
] %}
|
||||||
|
{% set pstxtypes = [
|
||||||
|
"EnableAmendment",
|
||||||
|
"SetFee"
|
||||||
|
] %}
|
||||||
|
|
||||||
{% if currentpage.html == "reference-transaction-format.html" %}
|
{% if currentpage.html == "reference-transaction-format.html" %}
|
||||||
{% set basepage = "" %}
|
{% set basepage = "" %}
|
||||||
@@ -25,3 +29,9 @@
|
|||||||
[{{tx}} transaction]: {{basepage}}#{{tx|lower}}
|
[{{tx}} transaction]: {{basepage}}#{{tx|lower}}
|
||||||
[{{tx}} transactions]: {{basepage}}#{{tx|lower}}
|
[{{tx}} transactions]: {{basepage}}#{{tx|lower}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
{% for tx in pstxtypes %}
|
||||||
|
[{{tx}}]: {{basepage}}#{{tx|lower}}
|
||||||
|
[{{tx}} pseudo-transaction]: {{basepage}}#{{tx|lower}}
|
||||||
|
[{{tx}} pseudo-transactions]: {{basepage}}#{{tx|lower}}
|
||||||
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user