Skip to content

Commit

Permalink
Fixed some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Apr 20, 2021
1 parent 23e3f30 commit 4620ee6
Show file tree
Hide file tree
Showing 10 changed files with 4,976 additions and 604 deletions.
3 changes: 0 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"volto-embed": [
"addons/volto-embed/src"
],
"volto-tabsview": [
"addons/volto-tabsview/src"
],
"@eeacms/volto-grid-block": [
"addons/volto-grid-block/src"
]
Expand Down
8 changes: 1 addition & 7 deletions mrs.developer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"volto-addons": {
"url": "https://github.com/eea/volto-addons.git",
"branch": "volto_7",
"branch": "master",
"path": "src",
"develop": true
},
Expand All @@ -23,12 +23,6 @@
"path": "src",
"package": "@eeacms/volto-grid-block",
"develop": true
},
"volto-tabsview": {
"url": "https://github.com/eea/volto-tabsview.git",
"branch": "master",
"path": "src",
"develop": true
}
}

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"@eeacms/volto-matomo",
"@eeacms/volto-grid-block",
"volto-datablocks",
"volto-embed"
"volto-embed",
"volto-addons"
],
"dependencies": {
"@eeacms/volto-slate-metadata-mentions": "github:eea/volto-slate-metadata-mentions#2.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/manage/Blocks/ChildrenLinks/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const getPath = (url) => {

const View = (props) => {
const childrenLinks = props.data.childrenLinks || null;

return (
(childrenLinks && childrenLinks.length && (
<div className="children-links-container">
Expand Down
1 change: 1 addition & 0 deletions src/components/manage/Blocks/DetailedLink/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const View = (props) => {
descriptionClassname = '',
buttonClassname = '',
} = props.data;

return (
<div
className={cx(
Expand Down
669 changes: 342 additions & 327 deletions src/config.js

Large diffs are not rendered by default.

175 changes: 0 additions & 175 deletions src/customizations/volto/actions/content/content.js

This file was deleted.

Loading

0 comments on commit 4620ee6

Please sign in to comment.