Yoannis Jamar
Yoannis Jamar
Just realised that it would make sense to support Vizy field as source for Asset fields in sitemaps: We often use Vizy fields as rich text fields (i.e. without adding...
> Anyway, I still think this is an issue - at least hide the 'Slug' input when the URI is not in use or add an CLI command/option to resave...
@johannesschobel , I used this approach and mixed in some advanced transformation with includes, which adds some nice extra flexibility to my APIs endpoints. BUT.. I am have trouble making...
@johannesschobel, I am building an API for a website which contains listing/index pages, including a list of entries (a.k.a. posts). The endpoint to that page `/api/pages/some-listing-page?include=entries` returns something like so:...
#Seems to be a duplicate of #244
+1! Apparently, the fix was already merged in the develop branch [pull request #16 ](https://github.com/Modernizr/customizr/pull/16). Please also apply to master branch, so dependent packages/modules can also benefit this feature.
@engram-design great, thanks! I'd like to add that the use-case described above has been a requirement for more than one of my company's projects already, so it'd be great if...
The following line should probably check for http status codes between `400` and `403`: https://github.com/opencoconut/coconutphp/blob/master/src/API.php#L35
I am not sure if it's the same issue, but #15708 is reporting a similar error message.