Skip to content

Commit c5c9bba

Browse files
committed
change icon
1 parent 330da69 commit c5c9bba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom-recipes/list-folder-contents-recipe/recipe.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// description: longer string to help end users understand what this recipe does
88
"description": "Recipe designed to get the paths of the files located in a Folder. The subdirectories depths can be mapped to columns.",
99
// icon: must be one of the FontAwesome 3.2.1 icons, complete list here at https://fontawesome.com/v3.2.1/icons/
10-
"icon": "icon-dku-projects"
10+
"icon": "icon-dku-list-folder-contents icon-dku-projects"
1111
},
1212
"kind": "PYTHON",
1313
"selectableFromFolder": "input_folder",

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"label": "List Folder Contents",
66
"description": "Plugin recipe that takes a folder and output a dataset representing the paths to the files in the folder, and catch the names of some subdirectories.",
77
"author": "Dataiku (Jérémy PLASSMANN)",
8-
"icon": "icon-dku-projects",
8+
"icon": "icon-dku-list-folder-contents icon-dku-projects",
99
"licenseInfo": "Apache Software License",
1010
"url": "https://www.dataiku.com/product/plugins/list-folder-contents/",
1111
"tags": [

0 commit comments

Comments
 (0)