Wordpress - Shortcodes and Blocks
Which of the following is the correct way to define a block attribute named
title of type string in a block's attributes object?title of type string in a block's attributes object?type property as a lowercase string. Compare options: \"title\": { type: \"string\" } uses { type: \"string\" } which is correct. \"title\": { type: String } uses String (capitalized) which is invalid.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions