{#if $configJson.some((config) => config["builtin"] !== undefined)}
      
        This question uses an advanced 'builtin'+'override' construction in the source code. Editing
        this with Studio is not supported.
      
    {:else}
      
 state.highlightedItem.setData({ path, schema })}>
        {#if schema.hints.question}
          {schema.hints.question}
        {/if}
      
    {/if}
    {#if description}
      
    {/if}
    {#each $messages as message}
      
    {/each}
    
  
    Preview of this question
    {#each $configs as config}
      {#if config.error !== undefined}
        
Could not create a preview of this tagRendering: {config.error}
        {JSON.stringify($value)}
      {:else if config.condition && !config.condition.matchesProperties($tags)}
        This tagRendering is currently not shown. It will appear if the feature matches the
        condition
        
          
        
        Try to answer the relevant question above
      {:else if config.metacondition && !config.metacondition.matchesProperties($tags)}
        This tagRendering is currently not shown. It will appear if the feature matches the
        metacondition
        
          
        
        For a breakdown of usable meta conditions, go to a mapcomplete theme > settings and enable debug-data.
        The meta-tags will appear at the bottom
      {:else}
        
      {/if}
    {/each}