esc_html__( 'Settings', 'merchant' ), 'module' => 'pre-orders', 'fields' => array( array( 'id' => 'button_text', 'type' => 'text', 'title' => esc_html__( 'Button text', 'merchant' ), 'default' => esc_html__( 'Pre Order Now!', 'merchant' ), ), array( 'id' => 'additional_text', 'type' => 'text', 'title' => esc_html__( 'Additional information', 'merchant' ), 'default' => esc_html__( 'Ships on {date}.', 'merchant' ), ), array( 'id' => 'text-color', 'type' => 'color', 'title' => esc_html__( 'Button text color', 'merchant' ), 'default' => '#FFF', ), array( 'id' => 'text-hover-color', 'type' => 'color', 'title' => esc_html__( 'Button text color hover', 'merchant' ), 'default' => '#FFF', ), array( 'id' => 'border-color', 'type' => 'color', 'title' => esc_html__( 'Button border color', 'merchant' ), 'default' => '#212121', ), array( 'id' => 'border-hover-color', 'type' => 'color', 'title' => esc_html__( 'Button border color hover', 'merchant' ), 'default' => '#414141', ), array( 'id' => 'background-color', 'type' => 'color', 'title' => esc_html__( 'Button background color', 'merchant' ), 'default' => '#212121', ), array( 'id' => 'background-hover-color', 'type' => 'color', 'title' => esc_html__( 'Button background color hover', 'merchant' ), 'default' => '#414141', ) ), ) );