tidy up some code locations
This commit is contained in:
@@ -249,7 +249,7 @@ function booking_admin() {
|
||||
$form['stripe']['booking_stripe_logo'] = array (
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Logo URL for Stripe Checkout Form'),
|
||||
'#description' => 'Enter the full URL to a logo png file that will be used on the stripe checkout form.',
|
||||
'#description' => 'Enter the full URL to a logo file that will be used on the stripe checkout form.<br />The recommended minimum size is 128x128px. The supported image types are: .gif, .jpeg, and .png.',
|
||||
'#default_value' => variable_get('booking_stripe_logo', 'https://stripe.com/img/documentation/checkout/marketplace.png'),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user