Download Latest Version Support nested JSON locale data source code.tar.gz (374.6 kB)
Email in envelope

Get an email when there's a new version of eo-locale

Home / 7.3.0
Name Modified Size InfoDownloads / Week
Parent folder
Custom tagName property source code.tar.gz 2020-04-09 370.2 kB
Custom tagName property source code.zip 2020-04-09 386.1 kB
README.md 2020-04-09 409 Bytes
Totals: 3 Items   756.6 kB 0

Now you can provide property tagName in Text component. It is very useful for increase SEO points. For example, in you translations you have some html like:

:::html
<li>one</li>
<li>two</li>

When text component render html it creates <span> wrapper by default. Now you can change to any html tag. Example with list:

:::js
<EOLocale.Text html id="SOME_KEY" tagName="ul" />
Source: README.md, updated 2020-04-09