'section_id', ); } /** * Get the title for each repeater string * * @since 3.1.9 * * @param string $field control ID. * * @return string */ protected function get_title( $field ) { return __( 'Vertical Scroll: Container ID', 'premium-addons-for-elementor' ); } /** * Get `editor_type` for each repeater string * * @since 3.1.9 * * @param string $field control ID. * * @return string */ protected function get_editor_type( $field ) { return 'LINE'; } }