You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/12 15:22:41 UTC

[isis-app-helloworld] branch master updated: converts wicket credits config to list format

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git


The following commit(s) were added to refs/heads/master by this push:
     new 0664ba2  converts wicket credits config to list format
0664ba2 is described below

commit 0664ba28940eece237402e4b6944d38355638406
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 12 15:21:45 2019 +0000

    converts wicket credits config to list format
---
 src/main/resources/application.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index ec9edad..85252d1 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -43,10 +43,10 @@ isis:
         js: scripts/application.js
         about: Hello World
 
-      credit[0]:
-        image: /images/apache-isis/logo-48x48.png
-        name: Apache Isis
-        url: http://isis.apache.org
+      credit:
+        - url:  http://isis.apache.org
+          image: /images/apache-isis/logo-48x48.png
+          name: Apache Isis
 
       themes:
         initial: Flatly
@@ -59,7 +59,6 @@ isis:
       development-utilities:
         enable: true
 
-
   persistor:
     datanucleus:
       impl: