-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9394d11
commit 57dc659
Showing
15 changed files
with
137 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
page { | ||
includeCSS { | ||
zcpmk = EXT:cpkm/Resources/Public/Css/cpmkLayout.css | ||
} | ||
# includeCSS { | ||
# globalcss = EXT:cpdevsite/Resources/Public/Css/Layout.css | ||
# } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
# page.10 = PAGEVIEW | ||
page.10 { | ||
# Pfad zu den Fluid-Templates, kann überschrieben werden von anderer Extension | ||
paths { | ||
20 = EXT:cpkm/Resources/Private/Templates/ | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
tt_content.licensdoglist { | ||
dataProcessing { | ||
200 = database-query | ||
|
23 changes: 23 additions & 0 deletions
23
ContentBlocks/ContentElements/Licensdoglist/language/fr.labels.xlf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" target-language="fr" original="" datatype="plaintext" date="2024-12-03T23:27:28+01:00"> | ||
<body> | ||
<trans-unit id="description" resname="description"> | ||
<source>List of active licensed Dogs</source> | ||
<target>List des chien mâles d'élevage</target> | ||
</trans-unit> | ||
<trans-unit id="header.label" resname="header.label"> | ||
<source>List Title</source> | ||
<target>Titre de la liste</target> | ||
</trans-unit> | ||
<trans-unit id="l_page.label" resname="l_page.label"> | ||
<source>Dogs from page</source> | ||
<target>Chiens de la page</target> | ||
</trans-unit> | ||
<trans-unit id="title" resname="title"> | ||
<source>Licensed Dog List</source> | ||
<target>Chiens mâles d'élevage</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
23 changes: 23 additions & 0 deletions
23
ContentBlocks/ContentElements/Licensdoglist/language/it.labels.xlf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" target-language="it" original="" datatype="plaintext" date="2024-12-03T23:27:28+01:00"> | ||
<body> | ||
<trans-unit id="description" resname="description"> | ||
<source>List of active licensed Dogs</source> | ||
<target>Lista dei cervi in riproduzione</target> | ||
</trans-unit> | ||
<trans-unit id="header.label" resname="header.label"> | ||
<source>List Title</source> | ||
<target>Titolo della lista</target> | ||
</trans-unit> | ||
<trans-unit id="l_page.label" resname="l_page.label"> | ||
<source>Dogs from page</source> | ||
<target>Cani della pagina</target> | ||
</trans-unit> | ||
<trans-unit id="title" resname="title"> | ||
<source>Licensed Dog List</source> | ||
<target>Cervi in riproduzione</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,41 @@ | ||
/* settings */ | ||
@layer cpmk { | ||
|
||
@font-face { | ||
font-family: 'Oxygen'; | ||
src: url('../Fonts/Oxygen/Oxygen-Light.woff2') format('woff2'); | ||
font-weight: 300; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Oxygen'; | ||
src: url('../Fonts/Oxygen/Oxygen-Bold.woff2') format('woff2'); | ||
font-weight: 700; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Oxygen'; | ||
src: url('../Fonts/Oxygen/Oxygen-Regular.woff2') format('woff2'); | ||
font-weight: 400; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
:root { | ||
// --clr-brand--primary: green; | ||
--card-border-radius: 1rem !important; | ||
|
||
--ff: 'Oxygen'; | ||
--ff-condensed: 'UbuntuCondensed'; | ||
--ff-serif: 'Oxygen'; | ||
--ff-h: 'Oxygen'; | ||
--ff-nav: 'Oxygen'; | ||
--ff-mono: 'UbuntuMono'; | ||
--ff-symbol: 'Symbols'; | ||
} | ||
|
||
:root { | ||
--clr-brand--primary: green; | ||
} |
1 change: 1 addition & 0 deletions
1
Resources/Private/Sass/Layout.scss → Resources/Private/Sass/cpmkLayout.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
@use 'settings' as *; | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters