Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Linkbutton widget #163

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion marketplace/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,17 @@
"category": "mvc widget",
"tags": ["core", "Editable", "Editable image", "image","Kentico 13","Xperience 13"]
},
{
"name": "Linkbutton widget",
"description": "Displays a hyperlink to a specified target URL. The link can be rendered in text format.",
"thumbnailUrl": "https://raw.githubusercontent.com/vasu-rbt/devnet.kentico.com/master/marketplace/assets/raybiztech-logo.png",
"author": "Ray Business Technologies Pvt Ltd.",
"sourceUrl": "https://github.com/vasu-rbt/RBT-Xperience-Core-Components-LinkButton",
"version": "1.0.0",
"kenticoVersions": ["13.0.73"],
"category": "mvc widget",
"tags": ["core", "Link", "Linkbutton", "button","Kentico 13","Xperience 13","Kentico"]
},
{
"name": "TreeNode Selector Form Control",
"description": "This Kentico Xperience form control provides a tree-based selector, with configurable page type and path filters.",
Expand Down Expand Up @@ -1327,5 +1338,16 @@
"kenticoVersions": [ "13.0.104" ],
"category": "other",
"tags": [ "core", "form control", "Kentico 13", "Xperience 13" ]
}
},
{
"name": "Reapeter widget",
"description": "The Repeater Widget is a flexible tool for automatically organizing lots of content as repeated items in accordions or columns and rows.",
"thumbnailUrl": "https://raw.githubusercontent.com/vasu-rbt/devnet.kentico.com/master/marketplace/assets/raybiztech-logo.png",
"author": "Ray Business Technologies Pvt Ltd.",
"sourceUrl": "https://github.com/vasu-rbt/RBT-Xperience-Core-Components-Repeater",
"version": "1.0.0",
"kenticoVersions": ["13.0.64"],
"category": "mvc widget",
"tags": ["core", "Repeater", "widget","Kentico 13","Xperience 13","Kentico", "Core"]
}
]
Loading