@sveltia/cms 0.124.1 → 0.124.2
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/sveltia-cms.js +144 -144
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +2 -2
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
- package/schema/sveltia-cms.json +1 -1
- package/types/public.d.ts +5 -0
package/types/public.d.ts
CHANGED
|
@@ -2008,6 +2008,11 @@ export type GitLabBackendProps = {
|
|
|
2008
2008
|
* `sveltia-cms/`.
|
|
2009
2009
|
*/
|
|
2010
2010
|
cms_label_prefix?: string;
|
|
2011
|
+
/**
|
|
2012
|
+
* Whether to use squash marge for Editorial Workflow. Default:
|
|
2013
|
+
* `false`.
|
|
2014
|
+
*/
|
|
2015
|
+
squash_merges?: boolean;
|
|
2011
2016
|
};
|
|
2012
2017
|
/**
|
|
2013
2018
|
* GitLab backend.
|