old version placed
This commit is contained in:
50
apimaps/people/pageInfo.ts
Normal file
50
apimaps/people/pageInfo.ts
Normal file
@@ -0,0 +1,50 @@
|
||||
const PeoplePageInfo = {
|
||||
tr: [
|
||||
{
|
||||
title: "Kişileri Listele",
|
||||
icon: null,
|
||||
description: "Kişileri listeyebilirsiniz",
|
||||
endpoint: "/people/list",
|
||||
component: "Table",
|
||||
},
|
||||
{
|
||||
title: "Kişi Oluştur",
|
||||
icon: "BadgePlus",
|
||||
description: "Kişi oluşturabilirsiniz",
|
||||
endpoint: "/people/create",
|
||||
component: "Form",
|
||||
},
|
||||
{
|
||||
title: "Kişi Güncelle",
|
||||
icon: "Pencil",
|
||||
description: "Kişi güncelleyebilirsiniz",
|
||||
endpoint: "/people/update/{build_uu_id}",
|
||||
component: "Form",
|
||||
},
|
||||
],
|
||||
en: [
|
||||
{
|
||||
title: "People List",
|
||||
icon: null,
|
||||
description: "You can list the people",
|
||||
endpoint: "/people/list",
|
||||
component: "Table",
|
||||
},
|
||||
{
|
||||
title: "Create People",
|
||||
icon: "BadgePlus",
|
||||
description: "You can create a people",
|
||||
endpoint: "/people/create",
|
||||
component: "Form",
|
||||
},
|
||||
{
|
||||
title: "Update People",
|
||||
icon: "Pencil",
|
||||
description: "You can update a people",
|
||||
endpoint: "/people/update/{build_uu_id}",
|
||||
component: "Form",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export { PeoplePageInfo };
|
||||
Reference in New Issue
Block a user