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

ahuber pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new 9fe65d4  config was restructured (framework)
9fe65d4 is described below

commit 9fe65d4e3bc8569385ae3355ef04ad54a6b74b7a
Author: Andi Huber <[email protected]>
AuthorDate: Fri Nov 4 12:51:34 2022 +0100

    config was restructured (framework)
---
 webapp/src/main/resources/application.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/webapp/src/main/resources/application.yml 
b/webapp/src/main/resources/application.yml
index 586b09c..5d76cf0 100644
--- a/webapp/src/main/resources/application.yml
+++ b/webapp/src/main/resources/application.yml
@@ -60,23 +60,23 @@ causeway:
       user-menu-me-action-policy: hide
 
   viewer:
-    wicket:
+    common:
       application:
         about: Simple App
         brand-logo-header: images/apache-causeway/logo-48x48.png
-        css: css/application.css
         favicon-url: images/favicon.png
-        js: scripts/application.js
-        menubars-layout-xml: menubars.layout.xml
+        menubars-layout-file: menubars.layout.xml
         name: Simple App
         # https://stackoverflow.com/a/38983935/56880
         version: @project.version@
-
       credit:
         - url:  http://causeway.apache.org
           image: images/apache-causeway/logo-48x48.png
           name: Apache Causeway
-
+    wicket:
+      css: css/application.css
+      js: scripts/application.js
+      
       bookmarked-pages:
         show-chooser: true
         show-drop-down-on-footer: true

Reply via email to