Drupal8:

1, first make sure that the Field validation ruleset machine name using following pattern:
"Your Entity type" + '_' + "bundle", for example:
Entity type:node
bundle:article
So the Field validation ruleset machine name must be:
node_article

2, column is "value" or 'target_id' or ...

Where exactly are we supposed to add the machine name? Should we be adding a machine name key and value to the .yml file generated for the ruleset?

Comments

lhridley created an issue. See original summary.

DuneBL’s picture

Same... I can't find where to add/create those ruleset machine name

laurentb’s picture

On this page : /admin/structure/field_validation

nkoporec’s picture

Status: Active » Fixed

I think laurentb answered the question so marking this as Fixed.Also there is a similar issue about this in Add README.txt or README.mdissue where this clarification should be implemented.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.