pyro / menus-module
Installs: 167
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:streams-addon
Requires
- league/uri: ~6.0
- league/uri-components: ~2.0
- ssnepenthe/color-utils: ~0.4
This package is auto-updated.
Last update: 2024-11-14 17:54:17 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