Wordpress Bundle
  • What is Wordpress Bundle?
  • Getting started
    • Installation
    • Wordpress
    • Router
    • Cron job
    • Templates
  • Reference
    • Argument resolver
    • Controller
      • AdminAction
      • BlogController
      • FrontAction
      • WordpressAction
    • Entity
      • Block
      • Blog
      • Comment
      • File
      • Image
      • Menu
      • MenuItem
      • Post
      • Term
      • User
    • Repository
      • CommentRepository
      • PostRepository
      • TermRepository
      • UserRepository
    • Service
      • PaginationService
      • BreacrumbService
  • Guides
    • Server requirements
    • Install plugins
    • Use Multisite
    • Gutenberg
    • WP Steroids plugin
      • Image options
      • Maintenance
      • Admin pages removal
      • WYSIWYG Editor
      • Feature Support
      • Multi-site configuration
      • Constants definition
      • ACF configuration
      • Menu
      • Custom Post type
      • Advanced permalink settings
      • Custom Taxonomy
      • Templates
      • Page states
      • External table viewer
      • Roles
      • Optimisations
      • Security
      • Search
    • Twig Cookbook
    • Inject variables in all templates
    • Internationalization
    • Extending Wordpress Bundle
    • Error pages
    • Site health
  • Integrations
    • Advanced Custom Fields
      • Install ACF PRO
  • Extras
    • Migrating from 1.x to 2.0
    • Roadmap
    • Changelog
    • Alternatives
Powered by GitBook
On this page

Was this helpful?

  1. Guides
  2. WP Steroids plugin

Roles

To reload role please go to /wp-admin/index.php?reload_role=1

role:
  translator:
    display_name: Traducteur
    redirect_to: edit.php?post_type=guide
    #inherit: editor
    capabilities:
      read: true
      publish: false

      edit_others_guides: true
      read_guide: true
      edit_guides: true
      publish_guides: false
      edit_published_guides: true

      acf_edit_layout: false
      acf_edit_repeater: false
      acf_edit_true-false: false
      acf_edit_radio: false
      acf_edit_image: false
      acf_edit_file: false
      acf_edit_post-object: false

      manage_items: true
      edit_items: true
PreviousExternal table viewerNextOptimisations

Last updated 3 years ago

Was this helpful?