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

Add kitconcept.seo. Fix #27 #29

Merged
merged 3 commits into from
Dec 11, 2023
Merged
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
2 changes: 1 addition & 1 deletion backend/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.1
3.11
2 changes: 1 addition & 1 deletion backend/src/plonede/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog.


## 1.0a1 (unreleased)

- Add kitconcept.seo @tisto
- Initial version. [plone]
1 change: 1 addition & 0 deletions backend/src/plonede/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"prettyconf",
"kitconcept.api",
"kitconcept.contentcreator",
"kitconcept.seo",
"collective.exportimport",
"pas.plugins.authomatic",
"collective.volto.socialsettings",
Expand Down
1 change: 1 addition & 0 deletions backend/src/plonede/src/plonede/dependencies.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<include package="plone.volto" />
<include package="plone.restapi" />
<include package="kitconcept.contentcreator" />
<include package="kitconcept.seo" />
<include package="pas.plugins.authomatic" />
<include package="collective.volto.formsupport" />

Expand Down
10 changes: 5 additions & 5 deletions frontend/theme/extras/blocks.less
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,10 @@ figcaption {
height: 45vh;

.maps-inner.full-width {
left: 0;
max-width: var(--full-container-width) !important;
margin-right: auto !important;
margin-left: auto !important;
left: 0;
}
}
}
Expand Down Expand Up @@ -1128,17 +1128,17 @@ figcaption {
}

.block.slider .teaser-item.link {
width: 100%;
display: flex;
width: 100%;

&.right {
align-items: end;
}
}

.block.slider .highlight-image-wrapper img {
object-position: unset;
-o-object-position: unset;
object-position: unset;
}

.block.slider .teaser-item-title {
Expand Down Expand Up @@ -1334,10 +1334,10 @@ figcaption {
}

.block.search .search-wrapper .ui.input input {
padding-left: 20px;
border: 0;
background-color: #ececec;
border-radius: 0;
padding-left: 20px;
font-size: 32px;
font-style: normal;
font-weight: 200;
Expand All @@ -1349,8 +1349,8 @@ figcaption {
}

.block.search .search-wrapper svg {
height: 38px !important;
width: unset !important;
height: 38px !important;
}

.block.search .search-wrapper .divider {
Expand Down
8 changes: 4 additions & 4 deletions frontend/theme/extras/custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ body.cms-ui .ui.basic.segment.content-area {
}

#page-document .event-details aside {
box-shadow: none;
border: none;
border-left: 1px solid #cdcdcd;
box-shadow: none;
}

#footer {
Expand Down Expand Up @@ -429,13 +429,13 @@ body #page-sitemap .ui.container {

#page-search #content {
max-width: var(--default-container-width);
margin-left: auto;
margin-right: auto;
margin-left: auto;
}

#page-search #content .ui.form .searchbox {
border: none;
padding: 20px 0 20px 20px;
border: none;
background-color: #ececec;
}

Expand All @@ -448,8 +448,8 @@ body #page-sitemap .ui.container {
}

#page-search #content .ui.form .searchbox button {
color: var(--primary-grey);
padding-right: 15px;
color: var(--primary-grey);
}

/* @media queries */
Expand Down