You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: