Skip to content

Commit 613a551

Browse files
authored
move sample chess image to local (#86)
1 parent 3b213b5 commit 613a551

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

openidm-zip/src/main/assembly/zip.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@
502502
<includes>
503503
<include>conf/**</include>
504504
<include>script/**</include>
505+
<include>ui/**</include>
505506
</includes>
506507
<excludes>
507508
<exclude>conf/*patch*</exclude>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"enabled" : true,
3+
"urlContextRoot" : "/",
4+
"defaultDir" : "&{launcher.install.location}/ui/selfservice/default",
5+
"extensionDir" : "&{launcher.project.location}/ui/selfservice/extension"
6+
}

openidm-zip/src/main/resources/samples/workflow/workflow/sprite.png renamed to openidm-zip/src/main/resources/samples/workflow/ui/selfservice/extension/images/chess.png

File renamed without changes.

openidm-zip/src/main/resources/samples/workflow/workflow/chessboard.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.grid tbody tr:nth-child(even) td:nth-child(odd) { background-color: #eee; }
2222

2323
.piece {
24-
background-image: url('https://raw.githubusercontent.com/OpenIdentityPlatform/OpenIDM/refs/heads/master/openidm-zip/src/main/resources/samples/workflow/workflow/sprite.png');
24+
background-image: url('/images/chess.png');
2525
width: 64px;
2626
height: 64px;
2727

0 commit comments

Comments
 (0)