Multiple Properties of same type per Widget
Example:
widget!(
MyWidget {
text_one: Text,
text_two: Text
}
);
Depends on Multiple Components of the same entity on DCES. Mapping of property name "text_one" two index should be created inside of the macro.
Need new solution for sharing???
Child::create().text(text_one(id))