You are here

node_export.permissions.yml in Node export 8

File

node_export.permissions.yml
View source
  1. node_export.administer:
  2. title: 'Administer Node Export module'
  3. description: 'Allows a user to configure the module'
  4. restrict access: true
  5. node_export.export_node:
  6. title: 'Export Nodes'
  7. description: 'Allows a user to export nodes'
  8. restrict access: true
  9. node_export.import_node:
  10. title: 'Import Nodes'
  11. description: 'Allows a user to import nodes'
  12. restrict access: true