Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Aug 5, 2021
1 parent 3d3d0d0 commit 9abd26a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@rohberg/volto-addon-template",
"name": "@rohberg/volto-newsblock",
"version": "0.1.0",
"description": "volto-addon-template: Volto add-on",
"description": "volto-newsblock: Volto add-on",
"main": "src/index.js",
"author": "You, https://github.com/you",
"author": "ksuess, Katja Süss, Rohberg, https://github.com/rohberg",
"license": "MIT",
"homepage": "https://github.com/rohberg/volto-addon-template",
"homepage": "https://github.com/rohberg/volto-newsblock",
"keywords": [
"volto-addon",
"volto",
Expand All @@ -14,7 +14,7 @@
],
"repository": {
"type": "git",
"url": "git@github.com:rohberg/volto-addon-template.git"
"url": "git@github.com:rohberg/volto-newsblock.git"
},
"dependencies": {
},
Expand Down
3 changes: 2 additions & 1 deletion src/blocks/RohbergNewsBlockEdit.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React from 'react';
import { Link } from 'react-router-dom';
import { flattenToAppURL } from '@plone/volto/helpers';
import { SidebarPortal } from '@plone/volto/components';
import InlineForm from '@plone/volto/components/manage/Form/InlineForm';

import './newsblock.css';

export const NewsBlockSchema = {
title: 'News block',
fieldsets: [
Expand Down
9 changes: 0 additions & 9 deletions src/components/index.js

This file was deleted.

0 comments on commit 9abd26a

Please sign in to comment.