Skip to content

whoisnegrello/wp-full-site-editing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Curso de Introducción a Full Site Editing en WordPress

Cómo habilitar el soporte para poder crear block templates

Para habilitar esta características, es necesario incorporar en el archivo functions.php el siguiente código:

add_theme_support( 'block-templates' );

Documentación completa de theme.json

Podés ver la documentación completa sobre Global Settings & Styles (theme.json) aquí.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published