grimreaper → credited niber → .
Added a new commit to show an alternative using ajax form, so that only Plugins using Process() can have Timeout variable in its form.
Finally added the extraction timeout as shown on screenshots
There is still the @ResourceFieldEnhancer plugin to change to attribute definition as it's coming from jsonapi_extras contrib module (should be updated inside of its module in my opinion, and then changed here).
niber → made their first commit to this issue’s fork.
Added a new separated form for cloning to a display for the current bundle. Made this for more readability/intuitive usage.
RTBC+1 - For cloning sections with LB
Thanks for your code review !
I just fixed the phpcs warning and errors on DisplayCloner and EntityDisplayBulkCloneForm php files.
Update : Deletion for versioned scope elements and deletion for dynamically added scope elements is ok, there is still the case when data is not filled in scope/value couple to fix, because $form_state->getValues([...]); won't retrieve the scope if not filled with data, and then won't delete it correctly.
Hello, thanks for the review !
I removed the disabled fields showing derivatives, and changed a a bit the structure of the ui_skins.css_variables.yml :
bs_primary:
category: "Colors"
type: "color"
label: "Primary"
default_values:
":root": "#0d6efd"
weight: 1
derivatives:
bs_primary_rgb:
"hex_to_rgb":
- key1: 'value1'
- key2: 'value2'
- key3: 'value3'
bs_secondary_rgb:
"hex_to_rgb": {}
We are now able to pass configuration options to our derivative variables.
Needs work :
Stuck on an issue where the context variable passed to the removeAddedScope() submit function seems to always be the same whatever triggering element is clicked (always the last ?).
Once we will be able to get this variable, then the formatted data will be sent correctly to the form builder and the remove button will work as expected for the dynamically added scopes.
Also, for configuration (versioned) scope variables, there may have little adjustments but the system is already implemented (with $this->removedEntries[] array).
niber → made their first commit to this issue’s fork.
For now, only support Hex to RGB and RGB to Hex transformation, the issue stays active.
An example format for Yml configuration :
bs_primary:
category: "Colors"
type: "color"
label: "Primary"
default_values:
":root": "#0d6efd"
weight: 1
derivatives:
bs_primary_rgb:
transformation_plugin_id: "hex_to_rgb"
bs_secondary_bg_rgb:
transformation_plugin_id: "hex_to_rgb"
Adding disabled informative fields for each derivative css variables in UI.
niber → made their first commit to this issue’s fork.
Hi,
Done ! You can test the MR.
Thank you in advance
niber → created an issue.
niber → made their first commit to this issue’s fork.
niber → created an issue.
niber → made their first commit to this issue’s fork.