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
This was ripped out of #101 as it wasn't required for the 0.1.1 milestone
Add new tables:
Add the CustomData table (spec below)
Add the PostCustomData table (spec below)
CustomData
id
uuid
name (string)
value - (text)
type (string) - defaults to 'html' *
owner (string) -, defaults to 'ghost', custom data added by plugins will get the plugin name here
timestamps
Post Custom Data
id
post_id
custom_data_id
uuid?
timestamps?
* We will support several types of custom data, some examples might be html, json, text, date. We would then define what the interface for adding that type would look like, and perhaps helpers for displaying on the frontend. Advanced plugin functionality would be defining their own type and an interface for adding/editing it. For now, we'll just accept HTML blobs.
The text was updated successfully, but these errors were encountered:
closesTryGhost#171, closesTryGhost#314, closesTryGhost#315
- added settings for blog logo and icon
- all other settings will need to be added as needed as it's impossible to guess what the default value should be
- added tables for post tags
- added tables for post custom data
- added location column to users
- fixeed minor bug in migrations
This was ripped out of #101 as it wasn't required for the 0.1.1 milestone
Add new tables:
CustomData
Post Custom Data
* We will support several types of custom data, some examples might be html, json, text, date. We would then define what the interface for adding that type would look like, and perhaps helpers for displaying on the frontend. Advanced plugin functionality would be defining their own type and an interface for adding/editing it. For now, we'll just accept HTML blobs.
The text was updated successfully, but these errors were encountered: