isset( $attributes['title'] ) ? $attributes['title'] : esc_html__( 'Table of Contents', 'powerkit' ), 'depth' => isset( $attributes['depth'] ) ? $attributes['depth'] : 2, 'min_count' => isset( $attributes['minCount'] ) ? $attributes['minCount'] : 4, 'min_characters' => isset( $attributes['minCharacters'] ) ? $attributes['minCharacters'] : 1000, 'btn_hide' => isset( $attributes['btnHide'] ) ? $attributes['btnHide'] : false, 'default_state' => isset( $attributes['defaultState'] ) ? $attributes['defaultState'] : 'expanded', ); ?>
>