christianruhstaller

Results 11 issues of christianruhstaller

Output: ``` ======CMD====== exit 0 ======END====== out: err: err: out: out: out: out: err: err: err: out: err: out: out: out: out: err: err: err: out: ============================================== ✅ Successfully executed...

If you are in a multi-locale env and you have disabled entries in your main locale then you can't select entries in different locales because they do not get shown...

This change enables us to translate the placeholders (Craft CMS does not send placeholders trough the translator).

#### Description For the SiteCopy (https://github.com/Goldinteractive/craft3-sitecopy) to enable copying from one site to another we use the `getSerializedFieldValues` method on the entry to get the serialized form of the field...

enhancement

Adds the setting to the export, so when it will be imported the setting will be set correctly to the value it had from the export.

This will escape the strings for single and double quotes. Especially single quotes can lead to SQL errors and injections.

Nice plugin! We run into a usability issue when there is a load of nested data where it's really hard to navigate the fields and know where you are. For...

enhancement

There are to options: - Either I just disable the deletion in the detail view (I can't hook into the deletion and return with a custom message) - or I...

enhancement
question