Projects

Currently using Views, Tag formatter module.

Check out other modules.

Updated: | #Taxonomy, #Fields

When we load a Drupal page, we can see the css and javascript that got loaded in the browser dev tools, but we don't know which libraries brought them in.

Updated: | #Theming, #Libraries

By default, an entity reference field uses an autocomplete widget.

To help find existing content, a custom entity reference view can be created.

Entity labels are prefixed with [MODULE] to help identify the one you're looking for.

Updated: | #Entity Reference

Site search using Search API.

Main site search: https://www.drupalarchitect.info/search

Updated: | #Search (48)

Create a way to upload statement/receipt documents.

Maybe DropzoneJS can be used to upload multiple files at once.

Updated: | #Media

Fetch module notes from drupalarchitect.info into site module documentation.

Show module usage in projects.

Both modules create content entities for your modules.

Updated: | #Modules

Keep track of drupal.org issue status.

https://www.drupal.org/project/modules_info

Updated: | #APIs

Some old content revisions have inline images instead of media.

Images have different base paths: /sites/default, /sites/drupalarchitect.

Should be changed to /sites/architect.

Updated: | #Media

Unable to have ckeditor on this file while ace is on the others.

Error: Uncaught TypeError: Cannot read properties of undefined (reading 'attach')

Updated: | #CKEditor5

Create a view that lists all invoices, with the total amount calculated.

Additional views modules:

https://www.drupal.org/project/views_block_filter_block

Updated: | #Views aggregation