Aurora_FooterLinks
Customize magento footer.
Aurora_FooterLinks
Module Overview
Add CRUD to manage links, and system settings for store your social media account. Provide inserted data into template, that could be use will building your theme.
Configuration
Aurora Creation - Footer Configurator - Config Columns
- CRUD to manage columns with links.
Aurora Creation - Footer Configurator - Configuration
- Manage configuration for module.
General
Enable
- Enable/Disable module.
Heading
- Main heading will be rendered in footer. Leave empty to do not render this element.
Social Media
YouTube
- Link to your YouTube account.
Facebook
- Link to your Facebook account.
Instagram
- Link to your Instagram account.
Block Definition
Shared method from block instance to retrieve data in template context.
<?php
$block->isModuleEnabled(): bool
$block->getYouTubeLink(): string
$block->getFacebookLink(): string
$block->getInstagramLink(): string
$block->getContactEmail(): string
$block->getContactPhone(): string
$block->getWebsite(): ?int
$block->getColumns(): Collection
?>
Changelog
v1.2.2
- Add possibility to remove single link from column instance.
- Change default config scope to
store
v1.2.1
- Fix syntax for PHP7.4.
v1.2.0
- Add support for multistore projects by add possiblity to select display store for column.
v1.1.1
- Fix syntax for PHP7.4, remove comma after last propertie in constructor.
v1.1.0
- Add possibility to create custom number of columns inside footer.
- Move
columns
settings to created CRUD.
v1.0.0
- Add possibility to add links inside footer via PA.
- Add possibility to customize footer columns via PA.
- Add possibility to change footer main heading via PA.