Lukas
Lukas
This pull request **fixes the missing locale property when using templates**. ### Example If you are using template paths in the Gridsome configuration to generate localized pages, e.g. ```js module.exports...
This pull request adds **proper multi-language support** for the Contentful source. ### Before I previously opened a pull request to define search parameters in the plugin configuration (#1331). This was...
## Bug Description If you try to select just specific fields (exactly as described [in the documentation](https://statamic.dev/content-api#selecting-fields)), nothing happens or an error will be thrown. ## How to Reproduce ###...
fixes https://github.com/statamic/eloquent-driver/issues/67
#### Description When using Postgres, the following error will be thrown when trying to create a new entry: ``` SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "id"...
#### Description If you are editing an entry, save it and try to get a new instance with the `fresh()` method you will get the outdated entry back. #### Example...
### Description When a second user opens an entry while an other user is editing a bard field, the typed content will disappear and the cursor will focus to the...