@sveltia/cms 0.152.5 → 0.154.0

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/types/public.d.ts CHANGED
@@ -2021,6 +2021,12 @@ export type GitBackendProps = {
2021
2021
  * details.
2022
2022
  */
2023
2023
  skip_ci?: boolean;
2024
+ /**
2025
+ * Whether to allow users to authenticate using an access
2026
+ * token. Default: `true`. If set to `false`, the “Sign In Using Access Token” button will be
2027
+ * disabled in the UI, and users will be forced to use OAuth authentication.
2028
+ */
2029
+ allow_token_auth?: boolean;
2024
2030
  };
2025
2031
  /**
2026
2032
  * GitHub backend properties.