Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Toogle Section in module #214

Open
gonzalesc opened this issue Jan 8, 2019 · 1 comment
Open

Create Toogle Section in module #214

gonzalesc opened this issue Jan 8, 2019 · 1 comment
Assignees

Comments

@gonzalesc
Copy link

Hi
I'm putting fields in the section module and I had create a new tab call "Additional"

<?php
if( !function_exists('timersys_add_tabs_to_section')) {
	function timersys_add_tabs_to_section($tabs) {

		$new_tab = [];
		$new_tab['timersys_adt'] = esc_html__( 'Aditional', 'geot' );

		return array_merge($tabs, $new_tab);
	}

	add_filter('et_builder_main_tabs', 'timersys_add_tabs_to_section', 10, 1);
}
?>

Now, I need add a toggle section to this new tab, I searched and searched but nothing, there isnt filter to this problem.

Some suggestion?

Thanks

@lanresmith lanresmith self-assigned this Nov 12, 2020
@lanresmith
Copy link
Contributor

@gonzalesc please see #380

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants