{"id":15505660,"url":"https://github.com/simply007/kontent-custom-element-font-awesome-selector-codename","last_synced_at":"2026-02-21T11:31:36.083Z","repository":{"id":94605280,"uuid":"241116571","full_name":"Simply007/kontent-custom-element-font-awesome-selector-codename","owner":"Simply007","description":"This is a custom element for Kentico Kontent that allows you to pick Font Awesome Icon.","archived":false,"fork":false,"pushed_at":"2020-02-17T15:37:25.000Z","size":410,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T09:06:50.003Z","etag":null,"topics":["caas","custom-element","font-awesome","kontent"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Simply007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-02-17T13:39:01.000Z","updated_at":"2020-02-17T15:37:28.000Z","dependencies_parsed_at":"2023-06-18T13:11:40.770Z","dependency_job_id":null,"html_url":"https://github.com/Simply007/kontent-custom-element-font-awesome-selector-codename","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Simply007/kontent-custom-element-font-awesome-selector-codename","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkontent-custom-element-font-awesome-selector-codename","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkontent-custom-element-font-awesome-selector-codename/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkontent-custom-element-font-awesome-selector-codename/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkontent-custom-element-font-awesome-selector-codename/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simply007","download_url":"https://codeload.github.com/Simply007/kontent-custom-element-font-awesome-selector-codename/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkontent-custom-element-font-awesome-selector-codename/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T11:29:27.227Z","status":"ssl_error","status_checked_at":"2026-02-21T11:29:20.292Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["caas","custom-element","font-awesome","kontent"],"created_at":"2024-10-02T09:24:10.434Z","updated_at":"2026-02-21T11:31:36.068Z","avatar_url":"https://github.com/Simply007.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Font Awesome Icon Codename Selector\r\n\r\n[![Stack Overflow](https://img.shields.io/badge/Stack%20Overflow-ASK%20NOW-FE7A16.svg?logo=stackoverflow\u0026logoColor=white)](https://stackoverflow.com/tags/kentico-kontent)\r\n[![Netlify Status](https://api.netlify.com/api/v1/badges/f5dbe9fe-7d20-4b0f-94fd-5fb129a7d5d4/deploy-status)](https://app.netlify.com/sites/kontent-custom-element-font-awesome-selector-codename/deploys)\r\n\r\n\r\n## A custom element for Kentico Kontent\r\n\r\nThis is a [custom element](https://docs.kontent.ai/tutorials/develop-apps/integrate/integrating-your-own-content-editing-features) for [Kentico Kontent](https://kontent.ai) that allows you to pick [Font Awesome Icon](https://fontawesome.com/icons).\r\n\r\n![Font Awesome Icon Codename Selector](showcase.gif)\r\n\r\nThe custom element is storing the **code of the picked icon**. Internally it is a wrapper over the [fontawesome-iconpicker](https://github.com/itsjavi/fontawesome-iconpicker) selector.\r\n\r\n:bulb: If you want to take a look to another approach that stores *icon SVG*, take a look to the sibling repository [kontent-custom-element-font-awesome-selector-svg](https://github.com/Simply007/kontent-custom-element-font-awesome-selector-svg).\r\n\r\n## Stored value\r\n\r\n```json\r\n{\r\n  ...\r\n  \"elements\": {\r\n      \"custom_element\": {\r\n        \"type\": \"custom\",\r\n        \"name\": \"Custom element\",\r\n        \"value\": \"fas fa-arrow-circle-right\"\r\n      }\r\n    }\r\n  ...\r\n},\r\n```\r\n\r\n## Setup\r\n\r\n1. Deploy the code to a secure public host\r\n    * See [deploying section](#Deploying) for a really quick option\r\n1. Follow the instructions in the [Kentico Kontent documentation](https://docs.kontent.ai/tutorials/develop-apps/integrate/integrating-your-own-content-editing-features#a-3--displaying-a-custom-element-in-kentico-kontent) to add the element to a content model.\r\n    * The `Hosted code URL` is where you deployed to in step 1\r\n    * No JSON parameters are necessary\r\n\r\n## Deploying\r\n\r\nNetlify has made this easy. If you click the deploy button below, it will guide you through the process of deploying it to Netlify and leave you with a copy of the repository in your GitHub account as well.\r\n\r\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Simply007/kontent-custom-element-font-awesome-selector-codename)\r\n\r\n### Development\r\n\r\nYou can use following to set up the development environment\r\n\r\nPrerequisites:\r\n\r\n* Node.js\r\n* git\r\n* [ngrok](https://ngrok.com/)\r\n\r\n```sh\r\nnpm i -g serve\r\ngit clone https://github.com/Simply007/kontent-custom-element-font-awesome-selector-codename\r\ncd kontent-custom-element-font-awesome-selector-codename\r\nserve . # serving the index.html locally on http://localhost:5000\r\nngrok # forwarding the request using ngrok proxy - see actual url in console output\r\n```\r\n\r\n---\r\n\r\n## Team\r\n\r\nThis project was part of [Kentico Kontent](https://kontent.ai) Consulting and DevRel hackaton!\r\n\r\n| \u003cimg src=\"https://avatars.githubusercontent.com/u/9218736\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003eOndřej Chrastina\u003c/sub\u003e\u003cbr/\u003e[Github](https://github.com/Simply007)\u003cbr/\u003e[Twitter](https://twitter.com/ChrastinaOndrej) | \u003cimg src=\"https://avatars.githubusercontent.com/u/7137351\" width=\"100px;\"/\u003e\u003cbr/\u003e\u003csub\u003eRichard Šustek\u003c/sub\u003e\u003cbr/\u003e[Github](https://github.com/enngage)\u003cbr/\u003e \u0026nbsp; | \u003cimg src=\"https://avatars.githubusercontent.com/u/34716163\" width=\"100px;\"/\u003e\u003cbr/\u003e\u003csub\u003eYuriy Sountsov\u003c/sub\u003e\u003cbr/\u003e[Github](https://github.com/yuriys-kentico)\u003cbr/\u003e[Twitter](https://twitter.com/sountsov) | \u003cimg src=\"https://avatars.githubusercontent.com/u/9750858\" width=\"100px;\"/\u003e\u003cbr/\u003e\u003csub\u003eRui Wang\u003c/sub\u003e\u003cbr/\u003e[Github](https://github.com/RuiRayWang)\u003cbr/\u003e[Twitter](https://twitter.com/RuiRayWang) |\r\n| :---: | :---: | :---: | :---: |\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply007%2Fkontent-custom-element-font-awesome-selector-codename","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimply007%2Fkontent-custom-element-font-awesome-selector-codename","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply007%2Fkontent-custom-element-font-awesome-selector-codename/lists"}