Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
brienne
Developer Documentation
Commits
e8b81b69
Unverified
Commit
e8b81b69
authored
Aug 17, 2020
by
mattwire
Committed by
GitHub
Aug 17, 2020
Browse files
Clarify excludes syntax
parent
bb8b7b35
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/framework/theme.md
View file @
e8b81b69
...
...
@@ -289,7 +289,7 @@ function newyork_civicrm_themes(&$themes) {
$themes
[
'newyork'
]
=
array
(
'ext'
=>
'org.civicrm.newyork'
,
'title'
=>
'New York'
,
'excludes'
=>
array
(
'civicrm
:css/bootstrap
.css'
),
'excludes'
=>
array
(
'
css/
civicrm.css'
),
);
}
```
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment