|
As a developer I want to add a product or category item to my content app by using contentTypes feature.
Since there is no contenttype property for ecomm product or categories, as a developer I must resort to "overlaying" the app definition which is quite complicated.
As a developer I would hope to be able to just use a "product" or "productCategory" property type in my contenttype definition. Ideally I dont need to do anything in the app definition.
Notes
Here is an example of the workaround which must currently be employed. This does not look too bad, but it gets quite complicated when using multi-field setups. (Look at productId)
Content Type Definition
App Definition
Here is what I would want to be able to do:
Content Type Definition
(See type: Product)
No special App definition overrides are necessary:
App Definition
|