pyro / menus-module
There is no license information available for the latest version (dev-master) of this package.
dev-master / 1.1.x-dev
2020-12-07 09:12 UTC
Requires
- league/uri: ~6.0
- league/uri-components: ~2.0
- ssnepenthe/color-utils: ~0.4
This package is auto-updated.
Last update: 2026-02-14 20:19:07 UTC
README
Types
When creating a LinkTypeExtension in PHP, you can also create a corresponding link type in JS/TS. These JS types are used to render the link type.
You can check a examples of this at
url_link_type-extension. This extension uses the default JS type. (checklib)label_link_type-extension. This extension uses a custom JS type. (checklib)
So if create a custom LinkTypeExtension
- You either let it render by using the default JS type
- Or you let it render using a custom JS type