From a01e59843cd18b5409043ff918f847d58b5dbead Mon Sep 17 00:00:00 2001 From: "IMATIASL\\patricia.martinez" Date: Tue, 25 Feb 2025 12:56:12 +0100 Subject: [PATCH 1/2] Added store-state in o-app-layout --- _data/components/appLayout.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/components/appLayout.yml b/_data/components/appLayout.yml index 2a9851522..f0d9c6d91 100644 --- a/_data/components/appLayout.yml +++ b/_data/components/appLayout.yml @@ -94,6 +94,8 @@ attributes: default: "", required: "", description: "Static header title", + },{ + name: "store-state" } ] From 7dc6faeeae12b147eaad9bb05071eeec54503799 Mon Sep 17 00:00:00 2001 From: "IMATIASL\\patricia.martinez" Date: Wed, 26 Feb 2025 11:21:33 +0100 Subject: [PATCH 2/2] Updated applayout api --- _data/components/appLayout.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/components/appLayout.yml b/_data/components/appLayout.yml index f0d9c6d91..67607726b 100644 --- a/_data/components/appLayout.yml +++ b/_data/components/appLayout.yml @@ -95,7 +95,8 @@ attributes: required: "", description: "Static header title", },{ - name: "store-state" + name: "store-state", + since: "15.5.0" } ]