Skip to content

Commit 6acd901

Browse files
author
Weiwu Zhang
committed
give all token cards the name 'main', https://community.tokenscript.org/t/cards-name/406
1 parent c1edcc2 commit 6acd901

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/ENS/ENS.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</ts:origins>
5757

5858
<ts:cards>
59-
<ts:card type="token">
59+
<ts:card type="token" name="main">
6060
<ts:item-view xml:lang="en">
6161
<xhtml:style type="text/css">&item-view-style;</xhtml:style>
6262
<xhtml:script type="text/javascript">&item-view.en;</xhtml:script>

examples/EntryToken/EntryToken.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4646
</ts:label>
4747
</ts:selection>
4848
<ts:cards>
49-
<ts:card type="token">
49+
<ts:card type="token" name="main">
5050
<ts:item-view xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5151
<style type="text/css">&style;</style>
5252
<body>&icon.en;</body>

examples/Karma/karma.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3737
<ts:ethereum contract="CarToken"/>
3838
</ts:origins>
3939
<ts:cards>
40-
<ts:card type="token">
40+
<ts:card type="token" name="main">
4141
<ts:item-view xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4242
<style type="text/css">&style;</style>
4343
<body>&item-view.en;</body>

examples/UEFA/UEFA.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3535
</ts:origins>
3636

3737
<ts:cards>
38-
<ts:card type="token">
38+
<ts:card type="token" name="main">
3939
<ts:item-view xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4040
<xhtml:style type="text/css">&style;</xhtml:style>
4141
<script type="text/javascript">&UEFA.en;</script>

examples/edcon/unicon.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2828
</ts:origins>
2929

3030
<ts:cards>
31-
<ts:card type="token">
31+
<ts:card type="token" name="main">
3232
<ts:item-view xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3333
<xhtml:style type="text/css">&style;</xhtml:style>
3434
<script type="text/javascript">&unicon.en;</script>

examples/fifa/fifa.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3636
</ts:origins>
3737

3838
<ts:cards>
39-
<ts:card type="token">
39+
<ts:card type="token" name="main">
4040
<ts:item-view xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4141
<xhtml:style type="text/css">&style;</xhtml:style>
4242
<script type="text/javascript">&fifa.en;</script>

0 commit comments

Comments
 (0)