Closed (fixed)
Project:
Modifiers
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2018 at 14:06 UTC
Updated:
13 Mar 2018 at 09:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kybermanCreated patch to solve this problem.
You can now place plugins into theme and specify them by YAML definition.
Example - I have "my_theme" and want to add "test_modifier":
- Create "TestModifier" class inside "my_theme/src/Plugin/modifiers" folder.
- Create "my_theme/my_theme.modifiers.yml" file with this content:
Comment #4
kybermanNew release will be created soon.