Debugging the Beefree SDK Editor
Overview
How to Use
const beeConfig = {
debug: {
all: true, // Enables all debug features
inspectJson: true, // Shows an eye icon to inspect JSON data for rows/modules
showTranslationKeys: true // Displays translation keys instead of localized strings
}
};beeInstance.loadConfig({
debug: {
all: true
}
});Parameters
When It's Useful
Last updated
Was this helpful?

