Enea Scerba
Enea Scerba
[Remark.js](https://github.com/gnab/remark) is an awesome tool for creating html slide with markdown and it also supports an external .md file. The external .md file has some syntax that md2googleslides doesn't support...
Add `$this->color->alpha()` inside `mixWith' See the Typescript version of `ColorModifier`
`// phpcs:ignore PHPCompatibility.Interfaces.NewInterfaces.stringableFound` and in `composer.json` file: `"symfony/polyfill-php80"`
The idea is to search in template files the preset slug usage, an example to be clear: Let say that we start with a naming convention , for example a...
To be FSE ready navigation components need to be deleted, for now they are deprecated. Pager::class -> deleted, used wp:post-navigation-link Pagination::class -> deprecated -> FSE compatible wp:query-pagination and in works...
Some supports are activated by default for block based theme, I need to test for a Universal Theme. Reference: https://github.com/WordPress/twentytwentytwo/issues/111 and https://github.com/WordPress/gutenberg/pull/35593
This is a note to explain how the assets works for now: With an active child ItalyStrap will load it's own assets (index[.min].js, inde[.min].css), to override those we can: Add...
set_post_thumbnail_size in https://github.com/ItalyStrap/italystrap/blob/07f9dc9122c968c67298e74ded97c42dfea603a9/src/Theme/ThumbnailsSubscriber.php#L129 shouls be configurable. I need to also add configuration for the height and crop.