You are here

field.field.node.article.field_seo_title.yml in Thunder 8.5

config/optional/field.field.node.article.field_seo_title.yml

File

config/optional/field.field.node.article.field_seo_title.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.node.field_seo_title
  6. - node.type.article
  7. id: node.article.field_seo_title
  8. field_name: field_seo_title
  9. entity_type: node
  10. bundle: article
  11. label: 'SEO Title'
  12. description: 'The SEO Title is used for the automatic generation of the Url. It''s best to put the major keywords at the beginning.'
  13. required: true
  14. translatable: true
  15. default_value: { }
  16. default_value_callback: ''
  17. settings: { }
  18. field_type: string