Closed (fixed)
Project:
Field Validation
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2011 at 16:27 UTC
Updated:
19 Nov 2017 at 00:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
g089h515r806 commentedNode tile will become a field in Drupal8.
There is a title field module in Drupal 7.
Node title do not have a seperate config page in Drupal 7. I need write a seperate module for it in Drupal 7.
Comment #2
sammyd56 commentedAh, thanks for the reply, it hadn't occurred to me before that node title was not a field.
In that case, I will try out the Title module in conjunction with this one.
Many thanks.
Comment #3
g089h515r806 commentedSupport property validation since 7.x-2.1, which could solve such issue very well.
Comment #5
carajito commentedI can't see the title field of the node to make the rules
Comment #6
haydeniv commentedI don't see a way to select the property either.
Comment #7
g089h515r806 commentedYou need enable property validation module, it is a seperate module .
Comment #8
haydeniv commentedAh I did not see that it needed an extra module enabled because I did not realize it was part of the same set of modules. I would suggest renaming the module to "Field Validation Property Validation" so that it shows up with the other Field Validation module suite. I opened a separate issue for that though. #1971346: Rename Property Validation module to Field Validation Property Validation
Also for anyone else that comes across this issue to set a property validater you need to go to http://example.com/admin/structure/property_validation after enabling the property validation module.
Comment #9
vali hutchison commentedOr you can do it programatically by creating a simple custom module and adding this:
This will work for all content types used on your site and doesn't require the validation modules (unless using for other purposes).
Comment #10
krknth commentedThis module might useful - Node title validation
Comment #11
jay.lee.bio commentedPer #1, I understand that node titles are fields in Drupal 8. So how do I use this module for node title validation in D8? Per #10, Node Title Validation does something similar for D8 and thus can be used as reference for development if needed.