Issue #995Opened April 3, 2018by sublimekaushik0 reactions

[Question ] how to add fields on trait dynamically

Question

I am building the trait when the application starts. so getting the below fields at side bar as settings trait2

Now I want more field to be loaded (in the below picture 'product' and 'Product Image' ) along with previously loaded field ('Logo Url', 'Redirect Url'). And these two fields('product' and 'Product Image' ) will be coming through an API . I want these two fields ( 'product' and 'Product Image') to be loaded while clicking on that particular section. trait3

So in trait_manager exactly where I have to make the changes (api call for adding fields ) to achieve this. Addition of product' and 'Product Image' these two fields should happen while clicking on the section only ;

Answers (2)

artfApril 5, 20180 reactions

In your case, you have to update all those models model.get('traits').add([{name: 'product'}, {...}])

lock[bot]September 17, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.