-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf98c28
commit dca8e35
Showing
8 changed files
with
32 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
app/cells/decidim/newsletter_agenda/agenda_events_settings_form/show.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,10 @@ module NewsletterAgenda | |
nil | ||
end | ||
|
||
config_accessor :default_link_color do | ||
nil | ||
end | ||
|
||
# The default address text for the newsletter agenda. | ||
# leave it empty (nil) to use the one defined in the config accessor "themes" for the theme | ||
config_accessor :default_address_text do | ||
|
@@ -41,6 +45,7 @@ module NewsletterAgenda | |
canodrom: { | ||
default_background_color: "#7636D2", | ||
default_font_color_over_bg: "#FFFFFF", | ||
default_link_color: "#7636D2", | ||
default_address_text: "<b>Canòdrom</b><br>" \ | ||
"<b>Ateneu d'Innovació Digital i Democràtica</b><br>" \ | ||
"C/Concepció Arenal 165<br>09027 Barcelona <a href='https://canodrom.barcelona'>canodrom.barcelona</a><br>" \ | ||
|
@@ -51,6 +56,7 @@ module NewsletterAgenda | |
capitalitat: { | ||
default_background_color: "#524F9F", | ||
default_font_color_over_bg: "#FFFFFF", | ||
default_link_color: "#524F9F", | ||
default_address_text: "<b>European Capital of Democracy</b><br>" \ | ||
"C/Concepció Arenal 165<br>09027 Barcelona <a href='https://capitalofdemocracy.barcelona'>capitalofdemocracy.barcelona</a><br>" \ | ||
"<a href='mailto:[email protected]'>[email protected]</a>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters