Franz Wilding
Franz Wilding
Hey @jbelien, I think an even better solution would be to extend the Gecoder Interface with an id-aware-geocoder interface, because some geocoders will not support an id, I guess?
Ok cool. I will try to find time to create a PR for this!
@jbelien I finally found some time and implemented a first draft of the lookup action. in https://github.com/geocoder-php/Geocoder/pull/979. Once jenkins runs, we can see if this is a good solution
Since media is now based on flysystem, it should be very easy to add new providers
Thank you for the PR, nice work. However, as far as I see it, you only add an HTML attribute and do not check on the server side if the...
> I'd suggest rendering read_only fields in a way that allows selection their contents. The field contents could be shown as a non-input text element, or a dummy `readonly` field...
Hey @joshua-sharp ! Field permissions are now implemented (LIST, VIEW, UPDATE). At the moment. when the user is not allowed to UPDATE the field, it will be removed before the...
I like the idea. We already have a _revisions field on the content graphql type, so it would be easy to access any version, including future releases. The only thing...
#350 was only a description field for fields, to write some information to the editor. The placeholder should be the default value of a field, am I right? For most...
I like the idea, but since the description field is alredy implemented in 0.10 for every field, I think we can wait a little bit longer