-
Notifications
You must be signed in to change notification settings - Fork 3
CMS admin guide
Christine Thomas edited this page Jul 15, 2024
·
12 revisions
This is a guide for CMS Administrators to document troubleshooting and problem-solving processes.
Use the label "CMS" on Github issues that involve admin changes or developer work on the CMS.
ODDD uses CircleCI to publish updates from dev to the live site. Here are current instructions for this publication process.
- Navigate to ODDD's CircleCI account.
- Use the filters to select:
- Project: onrr.gov site
- Branch: main
- Click on the Trigger Pipeline button. The Trigger Pipeline popup will appear:
- Click the "Add Parameters" dropdown and input the following information:
- Parameter type: boolean
- Name: copy-database
- Value: true
- Then click the blue "Trigger Pipeline" button.
- Watch CircleCI to make sure the build completes and that no errors occurred.
- Once CircleCI is finished building, the updates will be live on onrr.gov.
- Directus has a feature where it creates pagination in pages where there are many instances of content/card/tab/accordion blocks. This feature removes all the manual organizing we do within a page, so we need to increase the limit of block instances allowed within a page.
- In order to increase the number of instances that can be on a page, within the CMS go to:
- Settings gear (on the left-side panel)
- Data model
- The correct data model (ex: expansion panels)
- Within the correct data model, select the Builder field (ex: expansion panel blocks)
- Within the Builder field, select the Interface option
- Increase the "Per Page" option to 150
- Click the purple checkmark at the top right to save your changes
- This fix for pagination is also cataloged in GitHub issue #2052
- Problem statement
- Product vision
- User types
- What we're not trying to do
- Product risks
- Prioritization scale
- Adding content internal checklist
- CMS user guide
- Content review process
- CMS admin guide
- Releasing changes
- Goals and metrics
- Analytics
- DAP-GA4 templates & instructions
- DAP-UA templates & instructions
- Dev site analytics
- User research plans & findings
For details about our processes see our Natural Resources Revenue Data wiki.