{"id":15498777,"url":"https://github.com/jankapunkt/meteor-autoform-faicon","last_synced_at":"2026-05-09T14:38:45.554Z","repository":{"id":81102499,"uuid":"130033672","full_name":"jankapunkt/meteor-autoform-faicon","owner":"jankapunkt","description":"AutoForm extension to select a font awesome icon from a list of icons. Will only save the icon classname without the  `fa-` prefix.","archived":false,"fork":false,"pushed_at":"2021-03-09T20:46:20.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T18:15:25.347Z","etag":null,"topics":["autoform","autoform-extension","blaze","font","fontawesome","icon-classname","icons","meteor"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jankapunkt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/kuesterjan"]}},"created_at":"2018-04-18T08:56:00.000Z","updated_at":"2021-03-09T20:46:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"44645d2d-4c4a-4548-9674-ac503a723aa3","html_url":"https://github.com/jankapunkt/meteor-autoform-faicon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jankapunkt%2Fmeteor-autoform-faicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jankapunkt%2Fmeteor-autoform-faicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jankapunkt%2Fmeteor-autoform-faicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jankapunkt%2Fmeteor-autoform-faicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jankapunkt","download_url":"https://codeload.github.com/jankapunkt/meteor-autoform-faicon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068301,"owners_count":20718505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoform","autoform-extension","blaze","font","fontawesome","icon-classname","icons","meteor"],"created_at":"2024-10-02T08:47:37.703Z","updated_at":"2026-05-09T14:38:45.520Z","avatar_url":"https://github.com/jankapunkt.png","language":"JavaScript","funding_links":["https://paypal.me/kuesterjan"],"categories":[],"sub_categories":[],"readme":"# meteor-autoform-faicon\nAutoForm extension to select a font awesome icon from a list of icons. Will only save the icon classname without the  `fa-` prefix.\n\n### Current status\n\n- only single element selectable (multiple will follow)\n- only font awesome 4.7 (fa 5 will follow, including backwards compatibility)\n- hrd dependency to js-yaml, will be decoupled\n\n### Usage\n\nDefine the icon type as any other AutoForm extension in your simple schema:\n\n```javascript\n{\n  icon: {\n    type: String,\n    label: 'List element icon',\n    autoform: {\n      type: 'faicon',\t\t\n      multiple: true, // Coming soon\n      version: 5,     // Coming soon\n      options() {\n        return  [/* list of icons */] // coming soon\n      }\n    },\n  },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjankapunkt%2Fmeteor-autoform-faicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjankapunkt%2Fmeteor-autoform-faicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjankapunkt%2Fmeteor-autoform-faicon/lists"}