Search action - Add variables to select and relations + other fixes (#12604)
- Variables can now be handled for select/multiselect/relations - Hide field not supported in forms (source, rating) - Add tests for schemas Remaning issues: - country/currency pickers not working - stories for components - variable picker hidden for dates
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const isValidVariable = (variable: string): boolean => {
|
||||
return /^{{[^{}]+}}$/.test(variable);
|
||||
};
|
||||
Reference in New Issue
Block a user