Skip to content
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

LPS-192301 Create Site Initializer Sample #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "",
"name": "Site Initializer Sample"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"fieldSets": [
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"configurationPath": "configuration.json",
"cssPath": "index.css",
"htmlPath": "index.html",
"icon": "code",
"jsPath": "index.js",
"name": "User Personal Bar",
"type": "component"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="d-flex mr-1" liferay-tag="avatar">
[@liferay.user_personal_bar /]
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*Source Serif Pro*/
@font-face {
font-display: swap;
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url([$DOCUMENT_URL:/site-initializer/documents/group/fonts/sourceSansPro/SourceSansPro-Regular.ttf$]);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "Main Template"
}
Loading