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:37 UTC

[isis-app-simpleapp] 01/02: 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-simpleapp.git

commit 3715275bf50d7351b490ab7036de5849a8d949f5
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 12 15:21:53 2019 +0000

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

diff --git a/webapp/src/main/resources/application.yml b/webapp/src/main/resources/application.yml
index 80aa306..330281b 100644
--- a/webapp/src/main/resources/application.yml
+++ b/webapp/src/main/resources/application.yml
@@ -103,10 +103,10 @@ isis:
         js: scripts/application.js
         about: Simple App
 
-      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