RichBlockDetailsinterfaceAn expandable block for details disclosure, corresponding to the HTML tag .Declarationinterface RichBlockDetails Propertiesblocksproperty#blocks: RichBlock[];Content of the blockis_openproperty#is_open?: boolean;Optional. True, if the content of the block is visible by defaultsummaryproperty#summary: RichText;Always shown summary of the blocktypeproperty#type: 'details';Type of the block, always "details"