faviconSettings([ 'icon' => [ 'title' => _t('site', 'Favicon'), 'tip' => _t('site', '16x16 or 32x32 or 196x196'), 'description' => _t('site', 'Available formats: [formats]', ['formats' => 'png, svg, ico']), 'attr' => ['rel' => 'icon'], 'file' => [ 'extensionsAllowed' => 'png,svg,ico', 'maxSize' => 3145728, ], ], 'apple-touch' => [ 'title' => _t('site', 'Apple Touch Icon'), 'tip' => '180x180', 'description' => _t('site', 'Available formats: [formats]', ['formats' => 'png']), 'attr' => ['rel' => 'apple-touch-icon-precomposed'], 'file' => [ 'extensionsAllowed' => 'png', 'maxSize' => 3145728, ], ], ]);