Front Extensibility: Introduce Front Component Entity (#17175)
As part of the extensibility effort, we are introducing a new engine entity called "Front Component". This represents a dynamic react component that will be rendered in CommandMenu actions or in PageLayout widgets This PR introduce the entity and all the necessary boilerplate to make it syncable and cachable in the engine
This commit is contained in:
+1
@@ -42,6 +42,7 @@ export const useMetadataErrorHandler = () => {
|
||||
rowLevelPermissionPredicate: t`row level permission predicate`,
|
||||
rowLevelPermissionPredicateGroup: t`row level permission predicate group`,
|
||||
viewFilterGroup: t`view filter group`,
|
||||
frontComponent: t`front component`,
|
||||
} as const satisfies Record<AllMetadataName, string>;
|
||||
|
||||
const handleMetadataError = (
|
||||
|
||||
Reference in New Issue
Block a user