Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										17
									
								
								web/core/modules/jsonapi/config/schema/jsonapi.schema.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								web/core/modules/jsonapi/config/schema/jsonapi.schema.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,17 @@
 | 
			
		||||
jsonapi.settings:
 | 
			
		||||
  type: config_object
 | 
			
		||||
  label: 'JSON:API settings'
 | 
			
		||||
  mapping:
 | 
			
		||||
    read_only:
 | 
			
		||||
      type: boolean
 | 
			
		||||
      label: 'Restrict JSON:API to only read operations'
 | 
			
		||||
    maintenance_header_retry_seconds:
 | 
			
		||||
      type: mapping
 | 
			
		||||
      label: 'Maintenance mode Retry-After header settings'
 | 
			
		||||
      mapping:
 | 
			
		||||
        min:
 | 
			
		||||
          type: integer
 | 
			
		||||
          label: 'Minimum value for Retry-After header in seconds'
 | 
			
		||||
        max:
 | 
			
		||||
          type: integer
 | 
			
		||||
          label: 'Maximum value for Retry-After header in seconds'
 | 
			
		||||
		Reference in New Issue
	
	Block a user