You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2024. It is now read-only.
class InputfieldRockAwesomeConfig extends ModuleConfig {
public function __construct() {
$this->add([
[
'type' => 'markup',
'label' => 'HowTo',
'icon' => 'question',
'value' => 'Go to <a href="https://fontawesome.com/download">https://fontawesome.com/download</a> and download your version of FA. Then copy the CSS and METADATA folder to your website and set the paths below.',
],[
'name' => 'stylesheet',
'label' => 'Path to Stylesheet',
'type' => 'text',
'notes' => 'Relative to site root (' . $this->config->paths->root . ')',