Logo
Explore Help
Register Sign In
yujunjun/strapi
1
0
Fork 0
You've already forked strapi
mirror of https://github.com/strapi/strapi.git synced 2025-07-03 23:20:24 +00:00
Code Issues Packages Projects Releases Wiki Activity
strapi/packages/admin-test-utils/custom.d.ts

20 lines
332 B
TypeScript
Raw Normal View History

chore: convert admin-utils to TS and reorganise preset setup chore chore: fix tests chore: fix workflow chore: tidy ups chore: test fixes chore: skip nx cache chore: pr amends chore: fix rogue incorrect import
2023-04-19 15:10:50 +01:00
export {};
declare global {
interface Window {
strapi: {
backendURL: string;
isEE: boolean;
features: {
SSO: 'sso';
isEnabled: (featureName?: string) => boolean;
};
projectType: string;
chore: remove tracking mocks
2023-05-05 18:47:48 +01:00
telemetryDisabled: boolean;
feat(admin): allows users to disable NPS in strapi config. (#18287)
2023-10-10 17:11:40 +02:00
flags: {
Merge branch 'main' of github.com:strapi/strapi into releases/4.14.4
2023-10-11 14:46:35 +02:00
nps: boolean;
};
chore: convert admin-utils to TS and reorganise preset setup chore chore: fix tests chore: fix workflow chore: tidy ups chore: test fixes chore: skip nx cache chore: pr amends chore: fix rogue incorrect import
2023-04-19 15:10:50 +01:00
};
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 305ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API