@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
16 lines • 825 B
TypeScript
/**
* 2025-03-12:
* This is more intended to be a readme of the tested class changes.
* If you try to use a Pre-Config _class... you have to test anything that has not be tested
* to make sure that there is not a problem in the logic.
*
* Here are some examples that needed corrections:
* 1) getThisSitesPreConfigProps >> was testing the preconfigX value that was not set to lowerCase()
* 2) _wpInfoGroupExpanded: true >> FPSWebPartInfoGroup logic had the value set as just 'true' not
* 3) _allowSiteThemeChoice: false >> applyPreConfiguredClass had if ( valueX ) which then bypased the false value altogether
*
*
*/
import { IPreConfigSettings } from "./IPreConfig";
export declare const WPClassTestWORKS: IPreConfigSettings;
//# sourceMappingURL=PreConfiguredClassConstants_Verified.d.ts.map