Properly load entries when switching collections
This commit is contained in:
@ -571,7 +571,7 @@ Example usage:
|
||||
```javascript
|
||||
CMS.registerEventListener({
|
||||
name: 'prePublish',
|
||||
handler: ({ author, entry }) => console.log(JSON.stringify({ author, data: entry.get('data') })),
|
||||
handler: ({ author, entry }) => console.info(JSON.stringify({ author, data: entry.get('data') })),
|
||||
});
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user