diff --git a/.gitignore b/.gitignore
index cdcd937..0e623ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,3 @@ core
node_modules
results
yarn.lock
-/public
diff --git a/Makefile b/Makefile
index b804709..4215aa2 100644
--- a/Makefile
+++ b/Makefile
@@ -117,9 +117,7 @@ storybook-build: ## Build Storybook
## Acceptance
.PHONY: acceptance-frontend-dev-start
acceptance-frontend-dev-start: ## Start acceptance frontend in development mode
- # RAZZLE_API_PATH=http://127.0.0.1:55001/plone pnpm start
RAZZLE_API_PATH=http://127.0.0.1:55001/plone NODE_OPTIONS=--dns-result-order=ipv4first pnpm start
- # RAZZLE_DEV_PROXY_API_PATH=http://127.0.0.1:55001/plone NODE_OPTIONS=--dns-result-order=ipv4first pnpm start
.PHONY: acceptance-frontend-prod-start
acceptance-frontend-prod-start: ## Start acceptance frontend in production mode
diff --git a/README.md b/README.md
index a2f7824..0cf4d59 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,7 @@
Add and manage bookmarks of pages and searchkit queries.
Bookmarks are grouped by the value of a selectable content type field.
-
-
-
+
## Getting started
diff --git a/cypress/tests/list_item_bookmark.cy.js b/cypress/tests/list_item_bookmark.cy.js
index 1aef227..f19fc6c 100644
--- a/cypress/tests/list_item_bookmark.cy.js
+++ b/cypress/tests/list_item_bookmark.cy.js
@@ -31,7 +31,7 @@ context('Bookmark Acceptance Tests', () => {
cy.addNewBlock('listing');
// select variation
- cy.get('#field-variation').click().type('intranet1{enter}');
+ cy.get('#field-variation').click().type('summary_with_bookmarks{enter}');
// Add Type criteria filter to force a call of getQueryStringResults
cy.get('.querystring-widget .fields').contains('Add criteria').click();
diff --git a/packages/volto-bookmarks/src/components/ListingVariationTemplateWithBookmarks.jsx b/packages/policy/src/components/ListingVariationTemplateWithBookmarks.jsx
similarity index 100%
rename from packages/volto-bookmarks/src/components/ListingVariationTemplateWithBookmarks.jsx
rename to packages/policy/src/components/ListingVariationTemplateWithBookmarks.jsx
diff --git a/packages/policy/src/index.js b/packages/policy/src/index.js
index 0233a97..26ffdd9 100644
--- a/packages/policy/src/index.js
+++ b/packages/policy/src/index.js
@@ -1,5 +1,5 @@
import Bookmarking from '@plone-collective/volto-bookmarks/components/Bookmarking';
-import ListingVariationTemplateWithBookmarks from '@plone-collective/volto-bookmarks/components/ListingVariationTemplateWithBookmarks';
+import ListingVariationTemplateWithBookmarks from './components/ListingVariationTemplateWithBookmarks';
const applyConfig = (config) => {
config.settings.appExtras = [
@@ -29,8 +29,8 @@ const applyConfig = (config) => {
// Variation with one bookmark button per listing item
config.blocks.blocksConfig.listing.variations.push({
- id: 'intranet1',
- title: 'Intranet 1',
+ id: 'summary_with_bookmarks',
+ title: 'Listing with bookmarks toggler',
template: ListingVariationTemplateWithBookmarks,
});
diff --git a/packages/volto-bookmarks/news/15.internal b/packages/volto-bookmarks/news/15.internal
new file mode 100644
index 0000000..72c7aae
--- /dev/null
+++ b/packages/volto-bookmarks/news/15.internal
@@ -0,0 +1 @@
+Clean up. Moving listing template with bookmarks to policy/testing package. @ksuess
\ No newline at end of file
diff --git a/public/.gitkeep b/public/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png
new file mode 100644
index 0000000..5a31bad
Binary files /dev/null and b/public/android-chrome-192x192.png differ
diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png
new file mode 100644
index 0000000..b522d84
Binary files /dev/null and b/public/android-chrome-512x512.png differ
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 0000000..f0a5f8b
Binary files /dev/null and b/public/apple-touch-icon.png differ
diff --git a/packages/volto-bookmarks/src/readmeillustration/bookmarks_somewhereelse.png b/public/bookmarks_somewhereelse.png
similarity index 100%
rename from packages/volto-bookmarks/src/readmeillustration/bookmarks_somewhereelse.png
rename to public/bookmarks_somewhereelse.png
diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png
new file mode 100644
index 0000000..bf6cf15
Binary files /dev/null and b/public/favicon-16x16.png differ
diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png
new file mode 100644
index 0000000..0411131
Binary files /dev/null and b/public/favicon-32x32.png differ
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..b9c0d0c
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/public/icon.svg b/public/icon.svg
new file mode 100644
index 0000000..72640f0
--- /dev/null
+++ b/public/icon.svg
@@ -0,0 +1,13 @@
+
diff --git a/public/index.html.spa b/public/index.html.spa
new file mode 100644
index 0000000..27e655d
--- /dev/null
+++ b/public/index.html.spa
@@ -0,0 +1,34 @@
+
+
+
+