Prateek Rungta
Prateek Rungta
1. Support multiple [`type`](http://developers.whatwg.org/grouping-content.html#attr-ol-type)s of ordered lists, like upper/lowercase letters and roman numerals in addition to the existing support for decimal markers. So, ``` a) Alphabet list item 1 b)...
I’m facing an issue where elements that have `display: none` applied on them are considered above the fold and in the critical path, resulting in the inclusion of all their...
It would be useful to have support for organizing options in big dropdowns by making use of the [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup) tag.
I created a 'Categories (search)' field and added it to an Entry Type. However, the field does not appear to be functional on the Edit Entry page. Investigating further I...
### What are you trying to do? Exporting CKEditor fields. ### What's your proposed solution? Craft has started storing CKEditor field configs separately in the project config. These are currently...
The `gulp-util` package [appears to be deprecated](https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5). The authors recommend replacing `gutil.File` with and `gutil.PluginError` with .
It would be great if we had the option to use the linked asset field’s title (or any custom) field when using the `autoAlt` filter as a second argument.
Could the `exec` calls in the code base be switched to `proc_open` for wider compatibility with systems where `exec` is disabled (and better security?)?
When an image field has a SVG asset added to it the plugin does not render that in any of the SEO fields. Tried with a bunch of different SVG...
It would be great to have support for controlling the maximum number of blocks permitted for a Matrix field regardless of block type. Craft lets us configure this number while...