Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-22041

Documentation: Update eZP 5.1 to 5.2 should be improved in config.yml example

    XMLWordPrintable

Details

    Description

      In the Upgrading documentation page, there is a line that needs to be fixed:

      In ezpublish/config/config.yml, you need to add a few default values for the framework

      framework:
          router:
              strict_requirements: %kernel.debug%
          trusted_proxies: ~    
          http_method_override: true
      

      In the default ezpublish/config/config.yml, file, the line comes this way

      router:          { resource: "%kernel.root_dir%/config/routing.yml" }
      

      And the example should be displayed in this way:

      framework:
          router:          
              resource: "%kernel.root_dir%/config/routing.yml"
              strict_requirements: %kernel.debug%
          trusted_proxies: ~    
          http_method_override: true
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            eduardo.fernandes-obsolete@ez.no Eduardo Fernandes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 hour, 30 minutes
                1h 30m