You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically processes all JSON files in directory
Allows customization via manifest configuration (class names, types)
Removes need to manually add new files to manifest
Provides override capability when specific configuration needed
Add JSON manifest for generating platform-specific code from JSON files
This commit introduces a JSON manifest that enables the generation of platform-specific code based on the provided JSON files. This
enhancement streamlines the development process and ensures better code organization for different platforms.
Disable mandatory resource checks in ResourceManifestProcessor during brand onboarding
Implement rollback mechanism if an error occurs during the onboarding process.
Optimize .gitignore: Use root-relative paths to avoid unintended ignores
Display checkbox for boolean value
Only switch the brand on changing the values in dashboard if it's the current brand.