Blocks planting seeds in the wild

With this plugin, my players cannot plant seeds in the wild. For example, they can't plant hemp seeds in the ground, they get an alert that says they must plant it in a planter. Is this intended? 

Derp. I just noticed this in the config...

 

  "BlockedAgriItems (specify which items should only be placed in a planter box)": {
    "seed.black.berry": true,
    "seed.blue.berry": true,
    "seed.green.berry": true,
    "seed.yellow.berry": true,
    "seed.white.berry": true,
    "seed.red.berry": true,
    "seed.corn": true,
    "clone.corn": true,
    "seed.pumpkin": true,
    "clone.pumpkin": true,
    "seed.hemp": true,
    "clone.hemp": true
  },

My bad. Will setting those to false break any of the regular functions of this plugin?