element-api
element-api copied to clipboard
Create a JSON API/Feed for your elements in Craft.
If no cache tags was registered, stopCollectingCacheInfo() returns [null, null]. If we try to assign another tag 'element-api' on it, we get the following error: [Error] Attempt to modify property...
### Description Unable to order entries based on the order the slugs are received. ### Steps to reproduce 1. Copy below entries.json and view the entries.json output in the browser....
### Description After updating Element API to 4.1.0 the pagination on my endpoints no longer works. Following the "next" link to `?page=2` for example simply returns the page 1 results....
### Description When an Entry has a postDate in the future (pending) the `\craft\base\Element::@$enabledForSite` is disabled. Once the postDate is in the past this (and other fields) becomes enabled, but...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [composer/composer](https://github.com/composer/composer) from 2.7.2 to 2.7.7. Release notes Sourced from composer/composer's releases. 2.7.7 This release includes fixes for issues found in a security audit by Cure53 funded by Alpha-Omega. Security:...
### Description I have a site with multiple "multisite" sites. When using the Element-api endpoint it only creates it for the base url. So if we have example.com and sub.example.com,...