old version placed
This commit is contained in:
50
apimaps/livingSpace/pageInfo.ts
Normal file
50
apimaps/livingSpace/pageInfo.ts
Normal file
@@ -0,0 +1,50 @@
|
||||
const LivingSpaceInfo = {
|
||||
tr: [
|
||||
{
|
||||
title: "Yaşayan Kişiler Listesi",
|
||||
icon: null,
|
||||
description: "Yaşayan Kişiler listeyebilirsiniz",
|
||||
endpoint: "/building/living_space/list",
|
||||
component: "Table",
|
||||
},
|
||||
{
|
||||
title: "Yaşayan Kişi Ekle",
|
||||
icon: "BadgePlus",
|
||||
description: "Yaşayan Kişi oluşturma sayfasına hoş geldiniz",
|
||||
endpoint: "/building/living_space/create",
|
||||
component: "AddCreate2Table",
|
||||
},
|
||||
{
|
||||
title: null,
|
||||
icon: "Pencil",
|
||||
description: "Yaşayan Kişi güncelleme sayfasına hoş geldiniz",
|
||||
endpoint: "/building/living_space/update/{build_uu_id}",
|
||||
component: "AddUpdate2Table",
|
||||
},
|
||||
],
|
||||
en: [
|
||||
{
|
||||
title: "Living People List",
|
||||
icon: null,
|
||||
description: "Welcome to the living people update page",
|
||||
endpoint: "/building/living_space/list",
|
||||
component: "Table",
|
||||
},
|
||||
{
|
||||
title: "Create Living People",
|
||||
icon: "BadgePlus",
|
||||
description: "Welcome to the living people creation page",
|
||||
endpoint: "/building/living_space/create",
|
||||
component: "AddCreate2Table",
|
||||
},
|
||||
{
|
||||
title: "Update Living People",
|
||||
icon: "Pencil",
|
||||
description: "Welcome to the living people update page",
|
||||
endpoint: "/building/living_space/update/{build_uu_id}",
|
||||
component: "AddUpdate2Table",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export { LivingSpaceInfo };
|
||||
Reference in New Issue
Block a user