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-helloworld.git
The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
new 7b24c22 config was restructured (framework)
7b24c22 is described below
commit 7b24c22680ddf3fec307ac1ac780dc7c26fb888b
Author: Andi Huber <[email protected]>
AuthorDate: Fri Nov 4 12:51:48 2022 +0100
config was restructured (framework)
---
src/main/resources/application.yml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/application.yml
b/src/main/resources/application.yml
index 2f32b0e..c298796 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -26,21 +26,20 @@ causeway:
explicit-object-type: true
viewer:
- wicket:
+ common:
application:
about: Hello World
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: Hello World App
-
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