Drupal 8 APIDoc field "name" has max_length of 50 chars

We have specs with a name more than 50 chars, however the BaseFieldDefinition for field name has the setting max_length 50 characters (ergo the db field length to 50 chars also).

I am wondering why it was set to 50 chars?

We can change this however I'd rather not, and it's a tricky change on a base field.

Solved Solved
0 3 127
1 ACCEPTED SOLUTION

3 REPLIES 3

I put in an issue into the issue queue, feel free to comment on the issue and check out details: https://github.com/apigee/apigee-api-catalog-drupal/issues/38

Cheers, I added a comment to the github issue.