Jim Fisk
Jim Fisk
Just want to make sure I'm answering your actual questions: > Is it like an opt in arrangement? Yes, you don't need to do any of this unless you want...
Thanks for the resources @jamestagal!
Been playing around with the API for this using the example from the original posting of this issue (`events` content type with private `zoom_link` field to be handled by PocketBase)...
The `before` / `after` schema keys allow you to place an untracked field in your editor, but you still need to rig up a fair amount of scaffolding to watch...
Here's a working example of loading a shadowContent value from a database into the editor and then saving the value as a record back to the database: ```js import {...
Full example with create / update / delete: ```js import { client, member } from '../global/stores.svelte'; export let id, shadowContent; let pocketbase_event_id; $: if ($client) { // fetch a paginated...
You can use `shadowContent` using the [v0.5.15](https://github.com/plentico/plenti/releases/tag/v0.5.15) release.
Thanks @highlanderdev! This is one of the items I've been meaning to move from my whiteboard to a ticket: Whiteboard notes  This used to work, thus the `--endpoint=false` flag,...
If a content type, whether single or multiple, is missing the corresponding `layouts/content/type.svelte` file we need to: 1. Account for this in Navaid so a route doesn't get created 2....
Hi @sapradhan, Thanks for the bug report. When I tried the Papermod theme (https://github.com/plenti-themes/papermod) just now I got this error: ``` Building... 2022/09/05 11:45:29 build.go:154: Error in DataSource build step...