Skip to content

Commit

Permalink
fix: updated welcome-lo fragment layout to use bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M. Tran committed Feb 5, 2022
1 parent c4368a2 commit da57d08
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
under the License.
-->
<layout xmlns:dlm="http://www.uportal.org/layout/dlm" script="classpath://org/jasig/portal/io/import-layout_v3-2.crn"
<layout xmlns:dlm="http://www.uportal.org/layout/dlm" script="classpath://org/jasig/portal/io/import-layout_v3-2.crn"
username="welcome-lo" >
<folder ID="s1" hidden="false" immutable="false" name="Root folder" type="root" unremovable="true">
<!--
| Hidden folders do not propagate to regular users, and fragment owner
| Hidden folders do not propagate to regular users, and fragment owner
| accounts don't receive (other) fragments at all; Fragment owners must
| have their own copies of the minimal portlets required to view and manage
| their own layouts.
Expand All @@ -47,7 +47,7 @@
</structure-attribute>
<channel fname="email-preview-demo" unremovable="false" hidden="false" immutable="false" ID="n9" dlm:moveAllowed="false" dlm:deleteAllowed="false"/>
<channel fname="weather" unremovable="false" hidden="false" immutable="false" ID="n10"/>
<channel fname="pbookmarks" unremovable="false" hidden="false" immutable="false" ID="n11" dlm:moveAllowed="false" dlm:deleteAllowed="false"/>
<channel fname="bookmarks" unremovable="false" hidden="false" immutable="false" ID="n11" dlm:moveAllowed="false" dlm:deleteAllowed="false"/>
</folder>
<folder ID="s12" hidden="false" immutable="false" name="Column" type="regular" unremovable="false">
<structure-attribute>
Expand Down

0 comments on commit da57d08

Please sign in to comment.