KWC_BASIC_LINKTAG_COMPONENT

The Link component is an ordinary link, like < a href= "/">foo< a>

The LinkTag component however is only the first part: < a href= "/">

LinkTag can be used when the link content is not configurable or something else than text.

The LinkTag_Component itself embeds one of possible child component classes.

Example that configures Kwc_Basic_LinkTag_Component

(recommended usage)

add to config.ini:

kwc.childComponents.Kwc_Basic_LinkTag_Component.news = Vpc_Basic_LinkTag_News_Component

Screenshot