feat: enhance description component, update property panel with tabs, and refine docs
This commit is contained in:
@@ -39,11 +39,14 @@ export const enUS: TranslationDictionary = {
|
||||
},
|
||||
panel: {
|
||||
property: {
|
||||
title: 'Property Panel',
|
||||
title: 'Component Details',
|
||||
base: 'Basic Info',
|
||||
material: 'Material',
|
||||
advanced: 'Advanced'
|
||||
advanced: 'Advanced',
|
||||
tab: {
|
||||
props: 'Properties',
|
||||
material: 'Material'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user