node.type.rest_example_test.yml

Same filename in other branches
  1. 4.0.x modules/rest_example/config/install/node.type.rest_example_test.yml
modules/rest_example/config/install/node.type.rest_example_test.yml

File

modules/rest_example/config/install/node.type.rest_example_test.yml

View source
  1. # Imports a new node type that we use for testing REST. The content that we
  2. # create, read, update and delete will be of this type.
  3. langcode: en
  4. status: true
  5. dependencies:
  6. enforced:
  7. module:
  8. - rest_example
  9. module:
  10. - menu_ui
  11. third_party_settings:
  12. menu_ui:
  13. available_menus:
  14. - main
  15. parent: 'main:'
  16. name: 'REST Example Test'
  17. type: rest_example_test
  18. description: 'This content is created through the REST API'
  19. help: ''
  20. new_revision: false
  21. preview_mode: 0
  22. display_submitted: true