Ore no Drupal
This is a tech blog of Acret Inc.
We will irregularly post contents related to web development and operation, with a focus on Drupal technology.
-
2025/09/03
Drupal's configuration management system is a cornerstone of efficient website development, designed to manage changes across different environments, replicate functionality, and ensure consistency. It defines a site's structure and behavior, encompassing settings like the site name, system configurations, module setups, view displays, and content type definitions. These configuration entities are distinct from content entities, which store user-generated data, as configuration describes the site itself. Mastering configuration export and import streamlines Drupal workflows, leading to robust and maintainable websites.
-
2025/08/28
If you’ve tinkered with Drupal even a little, you’ve likely stumbled upon content types. They might sound a bit technical, but the idea is pretty simple: they’re like blueprints for your content. Instead of squeezing every kind of content into one generic page, Drupal lets you create different templates—so your blog posts, news updates, and event listings each have their own structure.<br />
-
2025/06/06
A developer’s guide to building flexible, reusable content display