@myissue/vue-website-page-builder 3.5.67 → 3.5.69
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/dist/index.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/vue-website-page-builder.js +7225 -7201
- package/dist/vue-website-page-builder.umd.cjs +52 -52
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -235,8 +235,8 @@ export declare interface PageBuilderConfig {
|
|
|
235
235
|
notifications?: boolean;
|
|
236
236
|
/**
|
|
237
237
|
* When `true`, TipTap editors hide the H1 control and do not allow creating
|
|
238
|
-
* level-1 headings (H2–H6 remain available).
|
|
239
|
-
* owns the single page `<h1>` outside the builder.
|
|
238
|
+
* level-1 headings (H2–H6 remain available). Defaults to `false` when omitted.
|
|
239
|
+
* Useful when the host page already owns the single page `<h1>` outside the builder.
|
|
240
240
|
*/
|
|
241
241
|
disableH1?: boolean;
|
|
242
242
|
/**
|