Skip to content

Commit a3aa85f

Browse files
committed
Merge branch 'master' of github.com:modmore/docs
2 parents 97347dc + f590a69 commit a3aa85f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

en/01_Agenda/v1/03_System_Settings.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ agenda.debug | Debug | Log debug informations in MODX error log. | No
1111
agenda.default_timezone | Default Timezone | Default [time zone](https://www.php.net/manual/en/timezones.php) for events. | Europe/Berlin
1212
agenda.detail_id | Detail ID | ID of a resource containing AgendaDetail snippet call. | -
1313
agenda.editor_type | Editor Type | Editor type for text fields (htmleditor or textarea). | htmleditor
14-
agenda.extended_event_fields | Extended Event Fields | JSON encoded array of [extended event fields](#).| -
14+
agenda.extended_event_fields | Extended Event Fields | JSON encoded array of [extended event fields](06_Extended_Fields.md).| -
1515
agenda.google_maps_api_key | Google Maps API Key | [Request](https://developers.google.com/maps/documentation/javascript/get-api-key) a Google Maps API Key. | -
1616
agenda.google_maps_default_lat | Google Maps Default Latitude | Default latitude for the displayed map when creating/editing a location. | 51.977825
1717
agenda.google_maps_default_lng | Google Maps Default Longitude | Default longitude for the displayed map when creating/editing a location. | 7.291066
1818
agenda.google_maps_default_zoom | Google Maps Standard Zoom | Default zoom for the displayed map when creating/editing a location. | 9
19-
agenda.image_mediasource | Image Media Source | Media source for event images | 1
19+
agenda.image_mediasource | Image Media Source | Media source for event images. | 1
2020
agenda.list_id | List ID | ID of a resource containing an AgendaList snippet call. | -
21-
agenda.manager_date_format | Date Format | The https://docs.sencha.com/extjs/3.4.0/#!/api/Date can be used here. | d.m.Y
22-
agenda.manager_date_format_long | Date Format (long) | The https://docs.sencha.com/extjs/3.4.0/#!/api/Date can be used here. | l, d.m.Y
23-
agenda.manager_time_format | Time Format | The https://docs.sencha.com/extjs/3.4.0/#!/api/Date can be used here. | G:i
21+
agenda.manager_date_format | Date Format | The [ExtJS date format](https://docs.sencha.com/extjs/3.4.0/#!/api/Date) can be used here. | d.m.Y
22+
agenda.manager_date_format_long | Date Format (long) | The [ExtJS date format](https://docs.sencha.com/extjs/3.4.0/#!/api/Date) can be used here. | l, d.m.Y
23+
agenda.manager_time_format | Time Format | The [ExtJS date format](https://docs.sencha.com/extjs/3.4.0/#!/api/Date) can be used here. | G:i
2424
agenda.manager_time_increment | Time Steps | Number of minutes between individual time values ​​in the time selection field. | 15
2525
agenda.parents_calendar | Calendar Parent Resources | Comma-separated list of parent resources for a resource connected with a calendar. | -
2626
agenda.parents_category | Category Parent Resources | Comma-separated list of parent resources for a resource connected with a category | -
2727
agenda.parents_event | Event Parent Resources | Comma separated list of parent resources for a resource connected with an event. | -
2828
agenda.parents_location | Location Parents Resource | Comma separated list of parent resources for a resource connected with a location. | -
29-
agenda.repeating_max_occurance | Maximum Occurance | Maximum orccurance of recurring events | 100
30-
agenda.video_mediasource | Video Media Source | Media Source for Event Videos | 1
29+
agenda.repeating_max_occurance | Maximum Occurance | Maximum orccurance of recurring events. | 100
30+
agenda.video_mediasource | Video Media Source | Media Source for Event Videos. | 1

en/01_Agenda/v1/04_Snippets/01_AgendaList.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ detailId | ID of a resource containing an AgendaDetail snippet call. | System Se
1717
durationParts | Number of detail parts of the event duration output. With the value `1` the duration will be shortened as i.e. `1 month`, with the value `2` the duration will be shortened as i.e. `1 month 2 days`, | 1
1818
emptyTpl | Name of a chunk that contains the template for an empty list of events. | tplAgendaEventEmpty
1919
end | The end date to filter the displayed events. Must contain a [supported date and time format](https://www.php.net/manual/de/datetime.formats.php). | today +1 month 0:00
20+
excludeEvents | Comma separated list of event ids that should be excluded from the list. Available since Agenda 1.1.0. | -
21+
excludeRepeats | Comma separated list of repeating event ids that should be excluded from the list. Available since Agenda 1.1.0. | -
2022
imageTpl | Name of a chunk that contains the template for one image in the image list of an event. | tplAgendaEventImage
2123
limit | Limit the number of events in the result. Use `0` for unlimited events. | 20
2224
listId | ID of a resource containing an AgendaList snippet call. | System Setting `agenda.list_id`

0 commit comments

Comments
 (0)