کنترل Text Transform از کنترل text-transform استفاده کنید تا به کاربران اجازه دهید ویژگی CSS text-transform را تنظیم کنند: public function set_controls() { $this->controls['textTransform'] = [ // Setting key 'tab' => 'content', 'label' => esc_html__( 'Text transform', 'bricks' ), 'type' => 'text-transform', 'css' => [ [ 'property' => 'text-transform', 'selector' => '.text-wrapper', ], ], ]; }