@myissue/vue-website-page-builder 3.3.60 → 3.3.61
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.
package/README.md
CHANGED
|
@@ -30,9 +30,10 @@
|
|
|
30
30
|
- [Embedding Page Builder in a Modal or Dialog](#embedding-page-builder-in-a-modal-or-dialog)
|
|
31
31
|
- [Styling the Main Page Builder Container](#styling-the-main-page-builder-container)
|
|
32
32
|
- [Download HTML file](#download-html-file)
|
|
33
|
-
- [Custom Components](#custom-components)
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
- [Custom Components](#custom-components)
|
|
34
|
+
- [Custom Media Library Component](#custom-media-library-component)
|
|
35
|
+
- [Integrate Unsplash Library](#integrate-unsplash-library)
|
|
36
|
+
- [Custom Layout Builder Component](#custom-layout-builder-component)
|
|
36
37
|
- [Troubleshooting](#troubleshooting)
|
|
37
38
|
- [Fonts or Icons Not Displaying](#fonts-or-icons-not-displaying)
|
|
38
39
|
- [Page Builder Architecture](#page-builder-architecture)
|
|
@@ -562,7 +563,7 @@ const configPageBuilder = {
|
|
|
562
563
|
} as const
|
|
563
564
|
```
|
|
564
565
|
|
|
565
|
-
|
|
566
|
+
## Custom Components
|
|
566
567
|
|
|
567
568
|
If you want to use your own components—whether custom-designed or tailored to your application's needs—you can inject them directly into the builder.
|
|
568
569
|
|
|
@@ -578,6 +579,14 @@ Inject your media library component easily to tailor the builder to your applica
|
|
|
578
579
|
📚 **[Custom Components Setup Guide](./CUSTOM_COMPONENTS_SETUP.md)**
|
|
579
580
|
Learn how to create and integrate your own components step by step.
|
|
580
581
|
|
|
582
|
+
### Integrate Unsplash Library
|
|
583
|
+
|
|
584
|
+
Easily add Unsplash image search to your media library modal—just like in the demo!
|
|
585
|
+
Code example — You can copy-paste the provided example to get started.
|
|
586
|
+
|
|
587
|
+
See the full step-by-step guide and working demo code here:
|
|
588
|
+
📚 **[Unsplash Integration Guide](./UNSPLASH_INTEGRATION.md)**
|
|
589
|
+
|
|
581
590
|
### Custom Layout Builder Component
|
|
582
591
|
|
|
583
592
|
The Page Builder comes with a growing collection of built-in components, including both layout and helper components. These defaults are continuously improved and expanded.
|
|
@@ -23300,7 +23300,7 @@ const M3 = ["src"], E3 = {
|
|
|
23300
23300
|
b("button", {
|
|
23301
23301
|
onClick: o[0] || (o[0] = (i) => T(t).toggleTipTapModal(!0)),
|
|
23302
23302
|
type: "button",
|
|
23303
|
-
class: "pbx-
|
|
23303
|
+
class: "pbx-myPrimaryButton"
|
|
23304
23304
|
}, o[1] || (o[1] = [
|
|
23305
23305
|
b("span", { class: "material-symbols-outlined" }, " edit ", -1),
|
|
23306
23306
|
b("span", null, "Edit text and links", -1)
|
|
@@ -23532,7 +23532,7 @@ const M3 = ["src"], E3 = {
|
|
|
23532
23532
|
}, aS = { class: "pbx-overflow-hidden pbx-shadow pbx-ring-1 pbx-ring-black pbx-ring-opacity-5 md:pbx-rounded-lg" }, sS = { class: "pbx-overflow-x-auto" }, lS = { class: "pbx-w-max" }, pS = { class: "pbx-bg-white pbx-divide-y pbx-divide-gray-200" }, dS = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, cS = { class: "pbx-min-w-[30rem] pbx-w-max" }, bS = { key: 0 }, mS = { key: 1 }, uS = { key: 0 }, xS = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, gS = { class: "pbx-min-w-[30rem] pbx-w-max" }, fS = { class: "pbx-inline-flex pbx-items-center pbx-px-2.5 pbx-py-0.5 pbx-rounded-full pbx-text-xs pbx-font-medium" }, hS = { class: "pbx-mt-4 pbx-mb-4 pbx-py-8 pbx-px-2 pbx-border pbx-border-solid pbx-border-gray-600 pbx-rounded-xl" }, yS = { class: "pbx-mt-4 pbx-whitespace-pre-wrap pbx-text-white pbx-overflow-hidden pbx-bg-gray-900" }, wS = { class: "pbx-px-4 pbx-pb-8 pbx-pt-4 pbx-text-white pbx-text-xs pbx-break-all" }, vS = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-text-white" }, kS = {
|
|
23533
23533
|
__name: "PageBuilderSettings",
|
|
23534
23534
|
setup(r) {
|
|
23535
|
-
const t = "3.3.
|
|
23535
|
+
const t = "3.3.61", e = Ot, o = $(() => e.getPageBuilderConfig);
|
|
23536
23536
|
return (i, n) => {
|
|
23537
23537
|
var a, s, l, p, d, c, m, u, x, g, f, y, w, k, h, B;
|
|
23538
23538
|
return v(), C("div", Uk, [
|