Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
search_api_exclude
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
search_api_exclude
Commits
64d7fb72
Commit
64d7fb72
authored
12 years ago
by
Mikke Schirén
Browse files
Options
Downloads
Patches
Plain Diff
some spelling
parent
d589a825
Branches
master
Branches containing commit
Tags
7.x-1.x-beta1
7.x-1.x-beta2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
search_api_exclude.module
+2
-2
2 additions, 2 deletions
search_api_exclude.module
with
2 additions
and
2 deletions
search_api_exclude.module
+
2
−
2
View file @
64d7fb72
...
...
@@ -26,7 +26,7 @@ function search_api_exclude_permission() {
return
array
(
'administer search api exclude'
=>
array
(
'title'
=>
t
(
'administer search api exclude'
),
'description'
=>
t
(
'Administer Search
api
exclude'
),
'description'
=>
t
(
'Administer Search
API
exclude'
),
),
);
}
...
...
@@ -65,7 +65,7 @@ function search_api_exclude_form_alter(&$form, $form_state, $form_id) {
function
search_api_exclude_form_node_type_form_alter
(
&
$form
,
$form_state
)
{
$form
[
'search_api_exclude'
]
=
array
(
'#type'
=>
'fieldset'
,
'#title'
=>
t
(
'Search
api node
exclude'
),
'#title'
=>
t
(
'Search
API
exclude'
),
'#collapsible'
=>
TRUE
,
'#collapsed'
=>
TRUE
,
'#group'
=>
'additional_settings'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment