fridge-cms / fridge_api.js

Fridge API client for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overwriting props

tamagokun opened this issue · comments

Example..

Content type has a part definition named 'name'. So, if you call contentType.name you will get the part definition rather than the name field. This is a rather large issue that will affect many things since you can name a part anything you want.

It might be better to use a get()/set() design to fetch and set these computed values.