Skip to content
Snippets Groups Projects
Commit 81f0cef4 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3422102: Switch from cweagans/composer-patches to drupal/webpatches in Webships App Store

parent a3f316b0
No related branches found
No related tags found
No related merge requests found
langcode: en
name: 'Webships App Store'
mail: admin@webship.co
mail: info@webship.co
slogan: ''
page:
403: ''
......
name: Webships
type: profile
description: 'Web components app store as a custom apps gallery server site manager. Which the WebApps get the list of apps to be listed in any Drupal site.'
core_version_requirement: ~10.0
core_version_requirement: ~10.2.0
version: 1.0.x-dev
package: Webships
project: webships
......
......@@ -14,9 +14,9 @@ use Drupal\Core\Form\FormStateInterface;
*/
function webships_form_install_configure_form_alter(&$form, FormStateInterface $form_state) {
$form['site_information']['site_name']['#default_value'] = t('Webships.org App Store');
$form['site_information']['site_mail']['#default_value'] = 'admin@webship.co';
$form['site_information']['site_mail']['#default_value'] = 'info@webship.co';
$form['admin_account']['account']['name']['#default_value'] = 'webmaster';
$form['admin_account']['account']['mail']['#default_value'] = 'admin@webship.co';
$form['admin_account']['account']['mail']['#default_value'] = 'info@webship.co';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment