setAttributes( { title: content } ) }
placeholder={ __( 'Accordion Title' ) }
style={ {
backgroundColor: attributes.titleBackgroundColor,
color: attributes.titleColor,
} }
keepPlaceholderOnFocus
/>
setAttributes( { content } ) }
placeholder={ __( 'Accordion content...' ) }
keepPlaceholderOnFocus
/>
);
},
save( { attributes } ) {
return (