BLUE
PHP 7.4.33
Path:
/var/www/uibuilder.cmshelp.dk/httpdocs/src/app/_components/mappers
Run
Logout
Edit File
Size: 727 B
Close
/var/www/uibuilder.cmshelp.dk/httpdocs/src/app/_components/mappers/footerMapper.ts
Text
Base64
// eslint-disable-next-line @typescript-eslint/no-explicit-any export const mapUmbracoToFooterProperties = (umbracoData: any) => { const footerText = umbracoData.values.find( // eslint-disable-next-line @typescript-eslint/no-explicit-any (item: any) => item.alias === "copyright" )?.value || ""; const footerCtaItem = umbracoData.values.find( // eslint-disable-next-line @typescript-eslint/no-explicit-any (item: any) => item.alias === "cta" ); // eslint-disable-next-line @typescript-eslint/no-explicit-any const links = footerCtaItem?.value?.map((link: any) => ({ text: link.name, href: link.url })) || [{ text: null, href: null }]; return { text: footerText, links }; };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
componentMapper.ts
4.37 KB
lrw-r--r--
2025-03-28 11:03:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
footerMapper.ts
727 B
lrw-r--r--
2025-03-28 11:03:48
Edit
Download
Rename
Chmod
Change Date
Delete
headerMapper.ts
738 B
lrw-r--r--
2025-03-28 11:03:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pageMapper.ts
3.78 KB
lrw-r--r--
2025-03-28 11:03:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
umbracoMapper.ts
8.06 KB
lrw-r--r--
2025-03-28 11:03:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).