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