jxmono / crud

:fork_and_knife: CRUD for mono
MIT License
0 stars 1 forks source link

Add "meta" field property for tagging support #25

Open gabipetrovay opened 10 years ago

gabipetrovay commented 10 years ago

We want to add a meta field that will

taggedField: {
    type: "string",
    required: true,
    meta: true,
    labe: "Uau! A field with tagging support"
}

Such a meta option, must enable the following logic in crud and modm: