Skip to content

Commit

Permalink
Merge branch 'dev' into USAGOV-1856-datalayer-twig
Browse files Browse the repository at this point in the history
  • Loading branch information
akf authored Sep 27, 2024
2 parents c009e01 + fdb33c9 commit 66939f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cloudgov/events/get-events
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ declare -rA AUDIT_FIELDS=(

### Reformat event outoput into key:value pairs that can be more easily ingested by NewRelic (1)
match='"\(.*\)","\(.*\)","\(.*\)","\(.*\)","\(.*\)","\(.*\)","\(.*\)"'
replace='{"cfevent.metadata.guid":"\1","timestamp":"\2","cfevent.entity.type":"\3","cfevent.entity.actee_name":"\4","cfevent.entity.space_name":"\5","cfevent.entity.actor_type":"\6","cfevent.entity.actor_name":"\7"}'
replace='{"cfevent.metadata.guid":"\1","timestamp":"\2","cfevent.entity.type":"\3","cfevent.entity.actee_name":"\4","cfevent.entity.space_name":"\5","cfevent.entity.actor_type":"\6","cfevent.entity.actor_name":"\7","mobomo.logrev.cfevent":"2"}'

# For each category of audit events, perform a (possibly multi-page) query
for resource_type in ${!AUDIT_TYPES[@]}; do
Expand Down
7 changes: 7 additions & 0 deletions docs/Wizards_Content.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ If adding a whole new link, on the Add menu link page, enter the following infor
* Language: Language
* Weight: 0
* Parent link: This field is a dropdown showing all menu items and their parents, and should select the parent of the links you are looking to display in the menu.

## How to add breadcrumb

As part of the wizard creation process, you will have the opportunity to configure breadcrumbs for the wizard. In the header level of the wizard, you can configure a breadcrumb trail by pressing the "Add another item" button under the Breadcrumb header. Breadcrumbs are displayed in order of Top->Bottom:Left->Right per the order within the wizard manager editing page, and can be re-ordered using the drag and drop handles. Note: Do not set the homepage as a link, this is already assumed and configured by default.

* URL: The URL of the breadcrumb link (This must be an internal path such as /node/add. You can also start typing the title of a piece of content to select it. Enter `<front>` to link to the front page. Enter `<nolink>` to display link text only. Enter `<button>`to display keyboard-accessible link text only.)
* Link Text: The text that the breadcrumb will display

0 comments on commit 66939f8

Please sign in to comment.