-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement site layout for mycraft, engage and intranet sites - EXO-67424 - Meeds-io/MIPs#88 #88
feat: Implement site layout for mycraft, engage and intranet sites - EXO-67424 - Meeds-io/MIPs#88 #88
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,46 @@ | |
<entry key="showPortletInfo">0</entry> | ||
</properties> | ||
<portal-layout> | ||
<page-body> </page-body> | ||
<container id="UITopBarContainer" template="system:/groovy/portal/webui/container/UITopBarContainer.gtmpl"> | ||
<access-permissions>*:/platform/users;*:/platform/externals</access-permissions> | ||
<container id="left-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl" attribute=""> | ||
<access-permissions>Everyone</access-permissions> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>social-portlet</application-ref> | ||
<portlet-ref>TopBarLogo</portlet-ref> | ||
</portlet> | ||
<title>Company Logo</title> | ||
<access-permissions>Everyone</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
<show-application-state>false</show-application-state> | ||
</portlet-application> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>layout-management</application-ref> | ||
<portlet-ref>SiteNavigation</portlet-ref> | ||
</portlet> | ||
<title>site navigation</title> | ||
<access-permissions>Everyone</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
<show-application-state>false</show-application-state> | ||
</portlet-application> | ||
</container> | ||
<container id="middle-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>social-portlet</application-ref> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. format code of the whole file |
||
<portlet-ref>TopBarMenu</portlet-ref> | ||
</portlet> | ||
<title>Top Bar Menu </title> | ||
<access-permissions>Everyone</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
<show-application-state>false</show-application-state> | ||
</portlet-application> | ||
</container> | ||
<container id="right-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl"> | ||
</container> | ||
</container> | ||
<page-body> </page-body> | ||
</portal-layout> | ||
</portal-config> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,46 @@ | |
<entry key="showPortletInfo">0</entry> | ||
</properties> | ||
<portal-layout> | ||
<page-body> </page-body> | ||
<container id="UITopBarContainer" template="system:/groovy/portal/webui/container/UITopBarContainer.gtmpl"> | ||
<access-permissions>*:/platform/users;*:/platform/externals</access-permissions> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. format code of the whole file |
||
<container id="left-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl" attribute=""> | ||
<access-permissions>Everyone</access-permissions> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>social-portlet</application-ref> | ||
<portlet-ref>TopBarLogo</portlet-ref> | ||
</portlet> | ||
<title>Company Logo</title> | ||
<access-permissions>Everyone</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
<show-application-state>false</show-application-state> | ||
</portlet-application> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>layout-management</application-ref> | ||
<portlet-ref>SiteNavigation</portlet-ref> | ||
</portlet> | ||
<title>site navigation</title> | ||
<access-permissions>Everyone</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
<show-application-state>false</show-application-state> | ||
</portlet-application> | ||
</container> | ||
<container id="middle-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>social-portlet</application-ref> | ||
<portlet-ref>TopBarMenu</portlet-ref> | ||
</portlet> | ||
<title>Top Bar Menu </title> | ||
<access-permissions>Everyone</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
<show-application-state>false</show-application-state> | ||
</portlet-application> | ||
</container> | ||
<container id="right-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl"> | ||
</container> | ||
</container> | ||
<page-body> </page-body> | ||
</portal-layout> | ||
</portal-config> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,46 @@ | |
<entry key="showPortletInfo">0</entry> | ||
</properties> | ||
<portal-layout> | ||
<page-body> </page-body> | ||
<container id="UITopBarContainer" template="system:/groovy/portal/webui/container/UITopBarContainer.gtmpl"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. format code of the whole file |
||
<access-permissions>*:/platform/users;*:/platform/externals</access-permissions> | ||
<container id="left-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl" attribute=""> | ||
<access-permissions>Everyone</access-permissions> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>social-portlet</application-ref> | ||
<portlet-ref>TopBarLogo</portlet-ref> | ||
</portlet> | ||
<title>Company Logo</title> | ||
<access-permissions>Everyone</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
<show-application-state>false</show-application-state> | ||
</portlet-application> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>layout-management</application-ref> | ||
<portlet-ref>SiteNavigation</portlet-ref> | ||
</portlet> | ||
<title>site navigation</title> | ||
<access-permissions>Everyone</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
<show-application-state>false</show-application-state> | ||
</portlet-application> | ||
</container> | ||
<container id="middle-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>social-portlet</application-ref> | ||
<portlet-ref>TopBarMenu</portlet-ref> | ||
</portlet> | ||
<title>Top Bar Menu </title> | ||
<access-permissions>Everyone</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
<show-application-state>false</show-application-state> | ||
</portlet-application> | ||
</container> | ||
<container id="right-topBar-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl"> | ||
</container> | ||
</container> | ||
<page-body> </page-body> | ||
</portal-layout> | ||
</portal-config> |
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,7 @@ | ||||||||||||||||||||||||||||||||
#left-topBar-containerChildren{ | ||||||||||||||||||||||||||||||||
display: flex !important; | ||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||
.left-topBar-containerTDContainer{ | ||||||||||||||||||||||||||||||||
margin-left: 0 ~'!important; /** orientation=lt */ '; | ||||||||||||||||||||||||||||||||
margin-right: 0 ~'!important; /** orientation=rt */ '; | ||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attribute="" is it needed ?