Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Aug 1, 2023
1 parent b4d907a commit ba5cce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ However, there are multiple cons to this approach:
browser.
4. It does not allow for ad-hoc data that could pertain to a single post or just some posts, without creating yet
another field.
5. It is saved to the `content` table, rather than the element's root table (e.g `entries`), where it naturally belongs.
5. It is saved to the `content` table, which is not its natural habitat.

Element Meta offers a more flexible, schemaless alternative, which by-passes the Craft data structure and allows you
to save metadata in JSON format to a designated polymorphic table.
Expand Down

0 comments on commit ba5cce5

Please sign in to comment.