Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d5731401
Commit
d5731401
authored
Nov 23, 2008
by
Dries
Browse files
- Patch
#297181
by keith.smith: install profile clarifications.
parent
6a93b9d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
profiles/default/default.profile
View file @
d5731401
...
...
@@ -22,7 +22,7 @@ function default_profile_modules() {
function
default_profile_details
()
{
return
array
(
'name'
=>
'Drupal'
,
'description'
=>
'
Select this profile to enable some basic Drupal functionality and the default theme
.'
'description'
=>
'
Create a Drupal site with the most commonly used features pre-installed
.'
);
}
...
...
profiles/expert/expert.profile
View file @
d5731401
...
...
@@ -21,8 +21,8 @@ function expert_profile_modules() {
*/
function
expert_profile_details
()
{
return
array
(
'name'
=>
'Drupal (
experts only
)'
,
'description'
=>
'
Select this profile to install with only minimum functionality
enabled.'
'name'
=>
'Drupal (
minimal
)'
,
'description'
=>
'
Create a Drupal site with only required modules
enabled.'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment