PHPackages                             visol/neos-linkclass - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. visol/neos-linkclass

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

visol/neos-linkclass
====================

Extends the Neos CKE5 link editor with a custom class selector

2.0.0(3y ago)520.2k↑13.9%7[1 issues](https://github.com/visol/Visol.Neos.LinkClass/issues)[9 PRs](https://github.com/visol/Visol.Neos.LinkClass/pulls)MITJavaScript

Since Dec 13Pushed 2y ago5 watchersCompare

[ Source](https://github.com/visol/Visol.Neos.LinkClass)[ Packagist](https://packagist.org/packages/visol/neos-linkclass)[ RSS](/packages/visol-neos-linkclass/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (14)Used By (0)

Visol.Neos.LinkClass
====================

[](#visolneoslinkclass)

Extends the Neos CKE5 link editor with an additional class selector.

[![image](https://user-images.githubusercontent.com/837032/63639108-904ffa80-c698-11e9-83ff-78c458549dc1.png)](https://user-images.githubusercontent.com/837032/63639108-904ffa80-c698-11e9-83ff-78c458549dc1.png)

Compatibility and Maintenance
-----------------------------

[](#compatibility-and-maintenance)

This package is currently being maintained for the following versions:

Neos VersionVersionMaintainedNeos 4.x-7.21.xNoNeos 7.3 and above2.xYesInstallation
------------

[](#installation)

1. Install the package with composer
2. Enable additional linking options with the following configuration:

```
"Neos.NodeTypes.BaseMixins:TextMixin":
  properties:
    text:
      ui:
        inline:
          editorOptions:
            linking:
              linkClass: true

```

3. Configure link classes in `Settings.yaml` with the following configuration:

```
Neos:
  Neos:
    Ui:
      frontendConfiguration:
        "Visol.Neos.LinkClass":
          linkClasses:
            standard: "Plain Link"
            button: "Button"

```

If the default style ("Plain Link" in the example above) should have no specific class, you can use an empty key in the configuration:

```
Neos:
  Neos:
    Ui:
      frontendConfiguration:
        "Visol.Neos.LinkClass":
          linkClasses:
            '': "Plain Link"
            button: "Button"

```

Development
-----------

[](#development)

If you need to adjust anything in this package, just do so and then rebuild the code like this:

```
cd Resources/Private/LinkClass
yarn && yarn build

```

And then commit changed files, including Plugin.js.

Credits
-------

[](#credits)

Created for visol by Dmitri Pisarev,

visol digitale Dienstleistungen GmbH, [www.visol.ch](http://www.visol.ch)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~411 days

Total

4

Last Release

1115d ago

Major Versions

1.2.0 → 2.0.02023-04-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/d6e1686bc798a88033f481f209a4f060235147ac7dca4c3391f2d171e30fdd4a?d=identicon)[visol](/maintainers/visol)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![lorenzulrich](https://avatars.githubusercontent.com/u/1816023?v=4)](https://github.com/lorenzulrich "lorenzulrich (8 commits)")[![jrenggli](https://avatars.githubusercontent.com/u/743094?v=4)](https://github.com/jrenggli "jrenggli (6 commits)")[![dimaip](https://avatars.githubusercontent.com/u/837032?v=4)](https://github.com/dimaip "dimaip (5 commits)")[![markusguenther](https://avatars.githubusercontent.com/u/1014126?v=4)](https://github.com/markusguenther "markusguenther (1 commits)")[![bibergem](https://avatars.githubusercontent.com/u/75987806?v=4)](https://github.com/bibergem "bibergem (1 commits)")[![paavo](https://avatars.githubusercontent.com/u/1118783?v=4)](https://github.com/paavo "paavo (1 commits)")[![breadlesscode](https://avatars.githubusercontent.com/u/5465112?v=4)](https://github.com/breadlesscode "breadlesscode (1 commits)")[![grebaldi](https://avatars.githubusercontent.com/u/2522299?v=4)](https://github.com/grebaldi "grebaldi (1 commits)")[![joekolade](https://avatars.githubusercontent.com/u/1816966?v=4)](https://github.com/joekolade "joekolade (1 commits)")

### Embed Badge

![Health badge](/badges/visol-neos-linkclass/health.svg)

```
[![Health](https://phpackages.com/badges/visol-neos-linkclass/health.svg)](https://phpackages.com/packages/visol-neos-linkclass)
```

###  Alternatives

[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[yoast/yoast-seo-for-neos

Yoast SEO for Neos CMS

24164.8k](/packages/yoast-yoast-seo-for-neos)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21166.3k](/packages/techdivision-ckstyles)[psmb/flatnav

Custom navigation module for Neos CMS

2541.7k](/packages/psmb-flatnav)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
