When a job entry is absent from scheduler.yaml status map, the PHP
runtime correctly treats it as enabled, but the Twig template was
incorrectly showing it as disabled due to Twig's `null is defined`
evaluating to true. Simplified the check to only disable when
explicitly set to 'disabled'.
Fixesgetgrav/grav#4047
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Added images decoding spanish translation
* Improved class assignment for form fields in the plugin's default template
* Fixed extra field.classes added
* Added Syslog tag
---------
Co-authored-by: pmoreno.rodriguez <pmoreno.rodriguez@outlook.com>
* Added descriptioin option and icon help to list field
* Changed description by sublabel in the list field. Added label classes
* Changed description by sublabel in the list field. Added label classes
* Options to add description, sublabel and help to the list field.
* Added description, sublabel and icon help to field. Field classes are also added
* Removed duplicate description
* RTL-Support
* Standard Format
* shorter code
* default Arabic font
* fix for Configuration section
for "system>Assets>Collections" section to support RTL we should change inline style element created by admin.min.js so i've added an if statement to check <body> direction is RTL or not...
* Update rtl.css
* Multi level fix for RTL
in admin config under system>assets there is an input text which you can add child(s) under it... i've added several if statements to check Page direction and put margin-right instead of margin-left for RTL languages... i also wrote an style to override margin-left just in case ;)
* improvements
* fixes
* fix
* fix
* fix
* Update rtl.css
* first complete RTL style 👍
* Faster computation of direction
* Faster evaluation for margin direction (and simplified)
Co-authored-by: Djamil Legato <djamil+github@djamil.it>
* Add item at the top if top button is clicked in list field
Pretty much title says it all. IMO it makes much more sense, that top button would add item at the top, because if list is long enough, you are not even seeing if something happens when item is added at the bottom. Created this PR because of [the question asked in forum](https://discourse.getgrav.org/t/blueprint-type-list-new-data-on-top-of-array/15254).
So the solution would be either like this PR suggests, or button actions should be configurable via Admin config somewhere.
* Change added item placement for List field
Add field `palecement` property check.
If `top` or `bottom`, both buttons add item to top or bottom.
If `position`, item is added depending on a clicked button position -
if top button is clicked, item added to top and if bottom button - item added to bottom.
Defaults to bottom
* Revert empty line at EOF