Skip to content

Commit

Permalink
No comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Nov 3, 2023
1 parent bd0f4ea commit 7be4eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fieldtypes/Sets.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public static function setIconsDirectory($directory = null, $folder = null)
static::$iconsFolder = $folder;
}

// Then provide to script for <icon-fieldtype> selectors in blueprint config
// Then provide to script for <icon-fieldtype> selector components in blueprint config
Statamic::provideToScript([
'set_icons_directory' => static::$iconsDirectory,
'set_icons_folder' => static::$iconsFolder,
Expand Down

0 comments on commit 7be4eab

Please sign in to comment.