@atlaskit/editor-plugin-extension
Version:
editor-plugin-extension plugin for @atlaskit/editor-core
9 lines • 466 B
JavaScript
// Allowlist of { macroKey: parameterName[] } for analytics logging
export const ALLOWED_LOGGED_MACRO_PARAMS = {
children: ['all', 'first', 'depth', 'style', 'excerptType', 'sort', 'reverse'],
'recently-updated': ['width', 'types', 'max', 'theme', 'showProfilePic', 'hideHeading'],
excerpt: ['hidden']
};
export const ALLOWED_PARAM_TYPES = ['enum', 'number', 'boolean'];
export const CONFIG_PANEL_WIDTH = 320;
export const CONFIG_PANEL_ID = 'extensions-panel';