@spree/docs 0.1.77 → 0.1.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Admin Dashboard
|
|
3
3
|
sidebarTitle: Overview
|
|
4
|
-
description:
|
|
4
|
+
description: Customize and extend the Spree Admin Dashboard to manage products, orders, customers, promotions, and store settings for your ecommerce platform.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
The Spree Admin Dashboard is a full-featured administration interface for managing your e-commerce store.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Extending Admin Dashboard UI
|
|
3
3
|
sidebarTitle: Extending UI
|
|
4
|
+
description: Inject custom partials into Spree Admin Dashboard pages using injection points to add fields, buttons, and sections without modifying core code.
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
Spree Admin Dashboard allows you to easily extend existing pages and screens with your own code, without any need to modify the core codebase. This allows you to easily inject your custom UI elements without compromising the integrity of the core codebase. Which in effect allows you to safely update your Spree installation to the latest version.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Admin Tables
|
|
3
3
|
sidebarTitle: Tables
|
|
4
|
+
description: Use the Spree Admin Tables DSL to define columns, sorting, filtering, and bulk actions for resource listings, and extend existing admin tables.
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
Spree Admin provides a flexible table system for displaying resource listings with customizable columns, sorting, filtering, and bulk actions. The Tables DSL allows you to define table configurations for your resources and extend existing ones.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Slugs
|
|
3
|
-
description: SEO-friendly URL
|
|
3
|
+
description: How Spree generates SEO-friendly URL slugs for products, categories, and stores, and how to look up resources by slug or ID via the API.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
## Overview
|