I have 2 instances of 1 nodereference field.
As I understand, one of them (first created) is also a "default field". I guess, this "default field's" settings are taken for new instances and displaying inside another modules. For example, it's label is displayed inside views (I have different labels for this 2 instances of 1 field).
Now I understand, that I'd like to use 2'nd field instance as "default field". How can I do it?

I have found content_node_field_instance table in my database, and looks like it stores all the instances (including this two). But I can't understand where is defined which of them is default.

Comments

Lex-DRL’s picture

I've tried to edit "weight" field (in database) for my instances and to re-create my 1st instance (first delete it than create again so it become last-created instance). But as it is created, all the settings are taken from it again.