Iwona Just

Results 68 issues of Iwona Just

### Description Adds a note and example on how you can tweak the CKEditor’s Config Options. ### Related issues n/a

### Description Fixes two issues which occur when the field is translatable: 1. Nested entries not being propagated when saved to the new site. Originally, we had a restriction on...

### Product Craft CMS ### Description The docs mention that editing the entry’s authors is only available in Pro, but you can also do that in the Teams edition: https://craftcms.com/docs/5.x/reference/element-types/entries.html#editing-entries...

### Product Craft CMS ### Description v5 docs for Custom Fields mention Field Groups: https://craftcms.com/docs/5.x/system/fields.html, but those were dropped in Craft 5 (both copy and screenshot need updating). (Related issue:...

### Description In MySQL, when ordering by a field that resolves to the default `Schema::TYPE_TEXT`, we need to cast the value to a `CHAR` for the `order by` clause. Otherwise,...

### Description Adds `andId` method and parameter to the `ElementQuery`. It will be used if the `id` parameter is already set. (I’ve not added it to the GraphQL. In GQL,...

### Description Set the `x-robots-tag` to `none` for preview requests too. ### Related issues #15586

### Description When validating the Assets field to ensure that you haven’t selected the `tempUploadsLocation` volume as a source, default uploads location, or restricted location, only validate the fields the...

### Description Adds the ability to add attributes to the element card view and specify the order in which all the selected fields and attributes should appear. - added `src/base/ElementInterface::cardAttributes()`...

### Description Adds `data-config` attribute to the `div` element that contains the HTML of the input field for the CKEditor field. The value of that attribute is the UID of...