mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Fix Show details summary (#6113)
* 🐛 Fix `Show details` summary * 🚚 Move constants out of sanitizer
This commit is contained in:
@@ -532,3 +532,19 @@ export const TEMPLATE_EXPERIMENT = {
|
||||
export const EXPERIMENTS_TO_TRACK = [TEMPLATE_EXPERIMENT.name, AUTO_INSERT_ACTION_EXPERIMENT.name];
|
||||
|
||||
export const NODE_TYPES_EXCLUDED_FROM_OUTPUT_NAME_APPEND = [FILTER_NODE_TYPE];
|
||||
|
||||
export const ALLOWED_HTML_ATTRIBUTES = ['href', 'name', 'target', 'title', 'class', 'id', 'style'];
|
||||
|
||||
export const ALLOWED_HTML_TAGS = [
|
||||
'p',
|
||||
'strong',
|
||||
'b',
|
||||
'code',
|
||||
'a',
|
||||
'br',
|
||||
'i',
|
||||
'em',
|
||||
'small',
|
||||
'details',
|
||||
'summary',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user