mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Add pseudo-amendments to tx-type links snippet
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
"SignerListSet",
|
||||
"TrustSet"
|
||||
] %}
|
||||
{% set pstxtypes = [
|
||||
"EnableAmendment",
|
||||
"SetFee"
|
||||
] %}
|
||||
|
||||
{% if currentpage.html == "reference-transaction-format.html" %}
|
||||
{% set basepage = "" %}
|
||||
@@ -25,3 +29,9 @@
|
||||
[{{tx}} transaction]: {{basepage}}#{{tx|lower}}
|
||||
[{{tx}} transactions]: {{basepage}}#{{tx|lower}}
|
||||
{% 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