-
Notifications
You must be signed in to change notification settings - Fork 14
Save support #3
Copy link
Copy link
Open
Labels
Description
Currently, you the Entry and Title class throw errors if you try to save them. This is intentional. Saving all the fieldtypes (reverse hydration) is a big hurdle.
There's also the issue of validation. If you truly want parity with EE core, you should probably validate according to EE spec (title length, url_title allowed chars, etc). You should probably use Ardent to utilize its built-in validation .
Reactions are currently unavailable